@c = (@a,@b); # .. or , the better approach (faster) push(@c,@b,@a);