Help for this page
mycode.pl tp 5
mycode.pl 5
1 #!/usr/bin/perl -w 2 ... 7 scalar(@ARGV) && die "Arguments not parsed: " . join(':', @ARG +V) . "\n"; 8 9 print "$based_on $top\n";