|
|
| XP is just a number | |
| PerlMonks |
Re: Dereferencing a Hash of Arraysby philipbailey (Chaplain) |
| on Jun 14, 2011 at 07:19 UTC ( #909538=note: print w/ replies, xml ) | Need Help?? |
|
Your problem is that the values in hashes can only be scalars in Perl. However references are scalars, so you can use references to arrays:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||