|
|
| Keep It Simple, Stupid | |
| PerlMonks |
RE: RE: Re: Complicated Nested Data Structuresby jlp (Friar) |
| on Aug 09, 2000 at 02:41 UTC ( [id://26937]=note: 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.
Gotcha. No problem :) If all you want to do is print the contents of an array reference, just do:
print @{ $arrayref }; So, in your example, all you should have to do is: print @{ $msgs[$command]->{message} } assuming I understand the way your datastructure is setup. Hope that helps.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||