http://www.perlmonks.org?node_id=527420


in reply to Tie a hash of hashes?

Looking at your data it seems you might just want sort { $b cmp $a }, ie. reverse alphabetically. Or was this just the way you happened to type it and the order isn't guaranteed?

Update: Somehow switched SomeData and SomeMoreData in the example