@sorted = reverse sort { $a <=> $b } @score; # or @sorted = sort { $b <=> $a } @score; [download]
In reply to Re: splitting array values by japhy in thread splitting array values by mkurtis