in reply to Re^2: Sort hash keys
in thread Sort hash keys
please see How do I post a question effectively? and How (Not) To Ask A Question to avoid wasting our time.
in this special case numeric sort works
DB<106> sort {$a <=> $b } @keys => ( "hs5", "hs6", "hs7", "hs8", "hs9", "hs10", "hs11", "hs12", "hs13", "hs14", "hs15", )
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Sort hash keys
by cristianro87 (Initiate) on Mar 18, 2014 at 17:57 UTC | |
by LanX (Saint) on Mar 18, 2014 at 18:13 UTC |