in reply to
Re: reusable hash value sort
in thread
reusable hash value sort
This won't give you the hash keys sorted by value (what the original poster wanted)... it will give you a sorted list of the hash values. The variable name
$key
is misleading, and should probably be changed to
$value
.
-- Mike
--
just,my${.02}
Comment on
Re: Re: reusable hash value sort
Select
or
Download
Code
In Section
Seekers of Perl Wisdom