in reply to sorting hash of hash by values

This is a FAQ. Typing perldoc -q sort at the command prompt or reading perlfaq4 on How do I sort a hash (optionally by value instead of key) explains how to do what you want.

Replies are listed 'Best First'.
Re^2: sorting hash of hash by values
by bart (Canon) on Mar 30, 2010 at 13:57 UTC
      Thank you :)