Help for this page

Select Code to Download


  1. or download this
    perl process_files.pl file1.txt file2.txt
    
  2. or download this
    for $inputfile (@ARGV) {
         process_file ($inputfile);
    }