Not exactly, to sort field 2 alpha
sort { $a->[1] cmp $b->[1] }or field 1 numeric
sort { $a->[0] <=> $b->[0] }In reply to Re: Help with converting Python script to Perl for CSV sort
by poj
in thread Help with converting Python script to Perl for CSV sort
by jasonwolf
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |