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.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: avoiding the hash
by smitz (Chaplain) on May 09, 2003 at 10:09 UTC | |
by Anonymous Monk on May 09, 2003 at 10:24 UTC | |
by Skeeve (Parson) on May 09, 2003 at 10:26 UTC | |
by zby (Vicar) on May 09, 2003 at 10:35 UTC | |
by smitz (Chaplain) on May 09, 2003 at 10:36 UTC | |
Re: avoiding the hash
by zby (Vicar) on May 09, 2003 at 10:03 UTC | |
Re: avoiding the hash
by Skeeve (Parson) on May 09, 2003 at 10:24 UTC | |
by Corion (Patriarch) on May 09, 2003 at 10:48 UTC | |
by Skeeve (Parson) on May 09, 2003 at 11:03 UTC | |
Re: avoiding the hash
by bart (Canon) on May 09, 2003 at 12:08 UTC | |
Re: avoiding the hash
by Anonymous Monk on May 09, 2003 at 12:26 UTC |
Back to
Seekers of Perl Wisdom