Help for this page
Select Code to Download
Select
or
download this
my @sorted_indexes = sort { $array[$a] cmp $array[$b] } 0..$#array;