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
"Reality is merely an illusion,
albeit a very persistent one."
-Albert Einstein
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Complicated Nested Data Structures
by jlp (Friar) on Aug 09, 2000 at 05:58 UTC | |
by elusion (Curate) on Aug 09, 2000 at 06:13 UTC | |
by jlp (Friar) on Aug 09, 2000 at 06:41 UTC | |
Re: Complicated Nested Data Structures
by btrott (Parson) on Aug 09, 2000 at 06:30 UTC | |
by elusion (Curate) on Aug 09, 2000 at 06:49 UTC |
Back to
Seekers of Perl Wisdom