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


in reply to Tricky sorting of HOH.

Hi try this one,

print join("\n", sort { $hash_of_hashes{$a}->{param} <=> $hash_of_hash +es{$b}->{param} } keys %hash_of_hashes );