Help for this page

Select Code to Download


  1. or download this
    ./script.pl -file myfile.txt -file yourfile.txt -file ourfile.txt
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        #Do stuff with file
        print "$_\n";
    }
    
  3. or download this
    myfile.txt
    yourfile.txt
    ourfile.txt
    
  4. or download this
    ./script.pl -file *.txt