my @array = (0..7); splice @array, 4, 0, ('inserted-array'); print "@array\n";