in reply to Help with Hash
foreach my $key (sort {$count{$a} <=> $count{$b}} keys %count) { ... } [download]