in reply to
Re: Sorting by numbers
in thread
Sorting by numbers
or to get them in the order he posted in:
@a = sort { $b <=> $a } @list;
=)
-Waswas
Comment on
Re: Re: Sorting by numbers
Download
Code
In Section
Seekers of Perl Wisdom