Hi, I am trying to sort the zeroth array element
By this do you mean that your $array[0] is a reference to an array?
If so, you want something like
@sort = sort {$b <=> $a} @{ $array[0] };
In reply to Re: sorting the column of array element
by sauoq
in thread sorting the column of array element
by anonym
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |