Help for this page
@SeparateArray = @{ $MyAoA[$i] };
$MyAoA[$i] = \@SeparateArray; # reference @{ $MyAoA[$i] } = @SeparateArray; # copy