@array2 = splice @array1, 0, 2; # OR push @array2, shift @array1 for 1, 2; # OR ...