in reply to Re^3: Custom, Reusable Sort Subroutine for Hashes?
in thread Custom, Reusable Sort Subroutine for Hashes?

"...doesn't seem to be easier"

Indeed, unfortunately. Below in the docs it's getting just slightly more informative. I guess you need to guess ;-) BTW, I stumbled over it by chance.

Best regards, Karl

«The Crux of the Biscuit is the Apostrophe»

perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help