in reply to Re^2: Sorting an array of anonymous hashes with named hashes using hash value
in thread Sorting an array of anonymous hashes with named hashes using hash value
Much trickier than I thought. Thanks!
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Sorting an array of anonymous hashes with named hashes using hash value
by haukex (Archbishop) on May 07, 2016 at 12:22 UTC |