in reply to
Sorting keys of hash table by values
@sortedKeys = sort { $h{$b} <=> $h{$a} } keys %h;
-sam
Comment on
Re: Sorting keys of hash table by values
Download
Code
In Section
Seekers of Perl Wisdom