Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    print $outFile "@{$hash{$_}}[0..2] $_\n" for sort keys %hash;
    
  2. or download this
    Usage: C:\path\to\script\perl my_script.pl inFile.txt outFile.txt