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