foreach my $key (sort { $a <=> $b } keys %results) { print "$key) $results{$key}\n"; } [download]
In reply to Re^3: sorting hash keys by holli in thread sorting hash keys by Anonymous Monk