downer has asked for the wisdom of the Perl Monks concerning the following question:

I would like to iterate through the keys of a hash, sorted in the order (descending) of their associated values. I have thought about this, but I am stumped!
please help!
  • Comment on algorithm question: want to sort keys of hash by their values.

Replies are listed 'Best First'.
Re: algorithm question: want to sort keys of hash by their values.
by Joost (Canon) on Jul 19, 2007 at 21:24 UTC
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: algorithm question: want to sort keys of hash by their values.
by wind (Priest) on Jul 19, 2007 at 23:03 UTC