Help for this page

Select Code to Download


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