|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
Re^3: more fun w/ HASh ref'sby jarich (Curate) |
| on Dec 12, 2005 at 02:48 UTC ( #515942=note: print w/ replies, xml ) | Need Help?? |
|
Consider the following code snippet:
What this is actually saying is annotated below.
I imagine that the line you want to have in the middle there is:
It's a hash look up. %options is a hash, not a hash reference. If its not a reference, you don't want the arrow. I hope this helps. jarich
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||