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


in reply to Sort hash ref of Hash of Hashes

You are comparing string values 'PQRST' etc... but using the numerical sort (spaceship '<=>') operator. You should be using cmp. See sort for more info.

Just a something something...