my @array1 = ('lots', 'of', 'nice', 'words'); my @array2 = ('red','clothes', 'are', 'fun'); # therefore my new array looks like this; lotsfun ofare niceclothes wordsred