in reply to
sorting hashes by value
@orderedkeys = sort {$hashname{"$a"} <=> $hashname{"$b"} } keys %hashname;
-Waswas
Comment on
Re: sorting hashes by value
Download
Code
In Section
Seekers of Perl Wisdom