push @a, @b; # could be written as splice @a, $#a+1, 0, @b; # we have to index to a position PAST the end of array!