# swap $index1 and $index2 of @array $temp=$array[$index2]; $array[$index2]=$array[$index1]; $array[$index1]=$temp;