Dr.Avocado has asked for the wisdom of the Perl Monks concerning the following question:
where x is the number of elements in the arrays? I would appreciate any help.print "@array1[1], @array2[1], @array3[1]\n" print "@array1[2], @array2[2], @array3[2]\n" print "@array1[3], @array2[3], @array3[3]\n" ... ... ... print "@array1[x], @array2[x], @array3[x]\n"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Matching Values in Arrays
by FunkyMonk (Bishop) on Aug 07, 2007 at 16:07 UTC | |
|
Re: Matching Values in Arrays
by Corion (Patriarch) on Aug 07, 2007 at 16:10 UTC | |
by mikejones (Scribe) on Aug 07, 2007 at 17:52 UTC | |
by mikejones (Scribe) on Aug 07, 2007 at 19:36 UTC | |
|
Re: Matching Values in Arrays
by mjscott2702 (Pilgrim) on Aug 07, 2007 at 18:55 UTC |