Help for this page
@$array[$i,$j] = @$array[$j,$i];
my $temp = $array->[$i,$j]; $array->[$i,$j] = $array->[$j,$i]; $array->[$j,$i] = $temp;