Help for this page

Select Code to Download


  1. or download this
    my @AoA = [split /[,\s]+/, $_] for @array;
    
  2. or download this
    @AoA = sort { $b->[1] <=> $a->[1] } @AoH;