in reply to Re: Sorting array with multiple values per keysin thread Sorting array with multiple values per keys
@Array = map { $_->[0] } sort { $a->[1] <=> $b->[1] || $b->[2] <=> $a->[2] } map { [ $_, split /,/ ], @Array; [download]