![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
avoiding the hashby Anonymous Monk |
on May 09, 2003 at 09:57 UTC ( [id://256806]=perlquestion: print w/replies, xml ) | Need Help?? |
Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi monks,
I wondered if there was a way of pairing up the numbers from two arrays (e.g. $array[[0]] with $array2[[0]] etc for the whole array of unknown size) without using a hash. The reason is that I need to keep my data in the same order as the arrays hold it.
Cheers.
Back to
Seekers of Perl Wisdom
|
|