Help for this page
Select Code to Download
Select
or
download this
@tmp = map {[$i++,$#$_]} @aoa;
Select
or
download this
@sorted = sort {$$b[1]-$$a[1]} @tmp;
Select
or
download this
$index = $sorted[0]->[0];