![]() |
|
Welcome to the Monastery | |
PerlMonks |
Complicated Nested Data Structuresby elusion (Curate) |
on Aug 09, 2000 at 05:42 UTC ( #26922=perlquestion: print w/replies, xml ) | Need Help?? |
elusion has asked for the wisdom of the Perl Monks concerning the following question:
ok, perl monks, I think I'm a little over my head this time. I'm trying to print what I think is an array of a hash of a reference to an array. I'm calling one of Net::Pop3's methods (get) which get's a message and stores it as a reference to an array. This is the code @{$msgs[$command]{message}} = $pop->get($command); now how do I explain that and how do I print that? Thanx for your help,
- p u n k k i d
Back to
Seekers of Perl Wisdom
|
|