in reply to Some advice regaring sorting and hashes
my $field = 'COUNT'; sort {$hash{$a}{$field} <=> $hash{$b}{$field}} keys %hash; [download]