Hi, I am trying to sort the zeroth array element having a column of numbers(both repititive and unique) to get the top 20 maximum values.I used sort function to sort the numbers in numerical descending but does not work on the array element. Any help would be appreciated.
Thanks@sort = sort {$b <=> $a} @array;
In reply to sorting the column of array element by anonym
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |