@SeparateArray = @{ $MyAoA[$i] }; #### $MyAoA[$i] = \@SeparateArray; # reference @{ $MyAoA[$i] } = @SeparateArray; # copy