|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Array of hashes of arraysby LeGo (Chaplain) |
| on Nov 10, 2000 at 04:49 UTC ( [id://40900]=perlquestion: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.LeGo has asked for the wisdom of the Perl Monks concerning the following question:
I am having a bit of a problem with referencing things.
I have an array that is full of hashes. Those hashes have arrays in them. I would like to reference that last array. I can reference the individual scalars in those arrays with the following. Here I am referencing the 1st hash, then the cpu_burst key and thats first element. I would like to reach that whole array at once though. I would like to be able to pop, shift, run foreach loops, join, and just lots of fun things with that array but don't know how to reference the whole array at once. I have tried many things and been unsuccesful. Help with this is very much appreciated. LeGo
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||