Top Nav

Archive | Uncategorized

Perl – Sorting multi-diminsional arrays

To numerically sort @myarray by the second column do this:

Here is an alpha sort of @myarray on the third column:

0