Help for this page
my @data; while( <DATA> ) { ... } $num++; }
for my $byNum ( @data ) { @$byNum= sort @$byNum; }