|
|
| Problems? Is your data what you think it is? | |
| PerlMonks |
Re: Sorting by numbersby the_slycer (Chaplain) |
| on Aug 14, 2002 at 14:52 UTC ( [id://190190]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Sounds like you are doing just a sort list What you need is sort { $a <=> $b }list See the perlfunc manpage for sort
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||