![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: array reference as hash valueby davorg (Chancellor) |
on Jul 22, 2009 at 10:15 UTC ( [id://782238]=note: print w/replies, xml ) | Need Help?? |
It's possible, but it's not doing what you think it is (as use warnings will show you).
You have the wrong kind of brackets. You want:
Having created your data structure, Data::Dumper will be invaluable for exploring it and perldsc is full of information about how to get values out of it.
In Section
Seekers of Perl Wisdom
|
|