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