my @SeparateArray = @{ $MyAoA[$i] }; $MyAoA[$i] = \@SeparateArray; require Storable; my @Copy = @{ Storable::dclone(\@MyAoA) };