![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re^2: Improve my lookup scriptby GlitchMr (Sexton) |
on Aug 22, 2012 at 16:14 UTC ( #989090=note: print w/replies, xml ) | Need Help?? |
Just a small note, sort is lexical sort. While it doesn't matter in this case (every number has this same length), you probably meant sort { $a <=> $b }.
In Section
Seekers of Perl Wisdom
|
|