File: exit.pl

package info (click to toggle)
libcode-tidyall-perl 0.78~ds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,048 kB
  • sloc: perl: 5,061; lisp: 47; sh: 4; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 58 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
use strict;
use warnings;

my $code = shift;

exit $code;