in reply to Re^2: Custom, Reusable Sort Subroutine for Hashes?
in thread Custom, Reusable Sort Subroutine for Hashes?
> can I use this with a named sort sub?
Sure, but you can't use the nice syntax anymore:
sub numerically { $a <=> $b } say for sort_hash(\&numerically, %hash);
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Custom, Reusable Sort Subroutine for Hashes?
by LanX (Saint) on Aug 30, 2017 at 15:41 UTC |
In Section
Seekers of Perl Wisdom