![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re: Save the resultant of " hash sorted by values "by citromatik (Curate) |
on Mar 23, 2011 at 17:21 UTC ( #895054=note: print w/replies, xml ) | Need Help?? |
When you sort a hash to output, you are really sorting temporarily the keys or the values, not the underlying hash. To get a sorted hash try for example Tie::Hash::Sorted citromatik
In Section
Seekers of Perl Wisdom
|
|