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

++ for trying, but that doesn't seem to be easier.

In fact, I think the doc page is one of those "well formed, but not very informative" examples. I was looking for an example in the synopsis, and it has this:

use Sort::Maker ; my $sorter = make_sorter( ... );

-QM
--
Quantum Mechanics: The dreams stuff is made of

Replies are listed 'Best First'.
Re^4: Custom, Reusable Sort Subroutine for Hashes?
by karlgoethebier (Abbot) on Sep 06, 2017 at 12:57 UTC
    "...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