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