my @array = qw(i do not like carrot); print "@array\n"; # you know; my @carrot = splice(@array,2,3,(qw(mow the lawn))); print "@array but @carrot\n";