Help for this page
my @array1 = qw (one two three); my @array2 = qw (four five six); ... print "$_\n"; } }
one two ... four five six