Help for this page
my $filename = shift; ... sub foo { my $x = shift; }
my $filename = shift @ARGV; ... sub foo { my $x = shift @_; }