my @array = qw(one two); my @array2 = qw(three four five); my @array3 = qw (six seven); one three six two four seven five