Help for this page

Select Code to Download


  1. or download this
    $ xlscat --sort=31n,1n,2n file.csv
    
  2. or download this
    use 5.18.2;
    use warnings;
    ...
    csv (in => [ sort { $a->[30] <=> $b->[30]
                     || $a->[0]  <=> $b->[0]
                     || $a->[1]  <=> $b->[1] } @$aoa ]);