![]() |
|
No such thing as a small change | |
PerlMonks |
Re: Complicated Nested Data Structuresby btrott (Parson) |
on Aug 09, 2000 at 06:30 UTC ( #26935=note: print w/replies, xml ) | Need Help?? |
The get method returns an array *reference*, not an
actual array. So your statement should be
That will store the array reference in To dump our your @msgs array--to get a sense of what it looks like, visually--you can use Data::Dumper, as jlp suggested:
In Section
Seekers of Perl Wisdom
|
|