http://qs321.pair.com?node_id=825340

Fox has asked for the wisdom of the Perl Monks concerning the following question: (arrays)

Taken from RosettaCode...

How do I loop over multiple arrays and print the ith element of each?

For example, looping over the arrays (a,b,c), (A,B,C) and (1,2,3) to produce the output:

aA1 bB2 cC3

Originally posted as a Categorized Question.