Help for this page
my @infile = <>; # Reads file
### Define the sort key here ### # Sorts in ascending order. ... # Sorts descending order. sub key2 { ( substr( $b, 20, 2 )) cmp ( substr( $a, 20, 2 )); } #