in reply to Re^2: sorting hash keys
in thread sorting hash keys

ah, sorry. I'm tired. That should of course be
foreach my $key (sort { $a <=> $b } keys %results) { print "$key) $results{$key}\n"; }
my bad.


holli, /regexed monk/