Help for this page
my @array1 = qw/a a b b c c d d/; my @array2 = qw/ c c d d e e f f g g/; ... } } print join(' ',@array3);