- or download this
#!/usr/bin/perl -w
...
test::test();
exit;
- or download this
package test;
use strict;
...
}
1;
- or download this
$ perl test.pl
main test.pl 13
- or download this
$ perl test.pl
main foo 200
- or download this
#line $lineno "$filename (autosplit into $path)"