in reply to Sorting Hash
@keys = sort { $hash{$a} cmp $hash{$b} } keys %hash; # and by value [download]