Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Iterating two co-dependant arrays

by Porculus (Hermit)
on Jan 08, 2010 at 20:28 UTC ( [id://816394]=note: print w/replies, xml ) Need Help??


in reply to Re: Iterating two co-dependant arrays
in thread Iterating two co-dependant arrays

It looks like you need to either use a hash, or if the keys repeat then use an array of arrays.

A hash would be better in both cases; if keys repeat then use a hash of arrays. Or a database. Sqlite has excellent performance and is very easy to set up.

  • Comment on Re^2: Iterating two co-dependant arrays

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://816394]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (1)
As of 2024-04-25 01:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found