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


in reply to Re^3: sorting a hash
in thread sorting a hash

Thanks a lot to everyone. Especially the links were helpful.

It looks like I have to do as much copying operations as I expected.
But the hints you gave me give my code more perlish elegance.

Pustular Postulant is right, the records are much larger than the keys - but rethinking it - the records are just stored as pointers in a hash of hashes. So copying them won't hurt that much