in reply to Complicated Nested Data Structures
That will store the array reference in$msgs[$command]{message} = $pop->get($command);
To dump our your @msgs array--to get a sense of what it looks like, visually--you can use Data::Dumper, as jlp suggested:$msgs[$command]{message}
print Dumper \@msgs;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Complicated Nested Data Structures
by elusion (Curate) on Aug 09, 2000 at 06:49 UTC |