in reply to Re^2: algorithm question: want to sort keys of hash by their values.
in thread algorithm question: want to sort keys of hash by their values.

That sorts by key instead of by value.

  • Comment on Re^3: algorithm question: want to sort keys of hash by their values.

Replies are listed 'Best First'.
Re^4: algorithm question: want to sort keys of hash by their values.
by downer (Monk) on Jul 19, 2007 at 23:01 UTC
    Yes, I am seeking keys sorted by their values.