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