Help for this page

Select Code to Download


  1. or download this
    perl process.pl input.txt > output.txt
    
  2. or download this
    while (<>) {
        print "Reading from: $ARGV, Writing to: $???\n";
    }