Help for this page

Select Code to Download


  1. or download this
    my @sorted_indexes = sort { $array[$a] cmp $array[$b] } 0..$#array;