Help for this page
#!/usr/bin/perl ... my $infile_name = shift( @ARGV ); print $infile_name, "\n";
> ./test.pl foo.txt foo.txt