Help for this page
my @array1 = qw( a b c ); my @array2 = qw( X Y Z ); ... } print "\n"; }
a X b Y c Z