![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re: Frontier::Client mystery result string hashby ikegami (Patriarch) |
on Feb 16, 2005 at 04:52 UTC ( #431435=note: print w/replies, xml ) | Need Help?? |
Notice the square brackets around the curly ones. You have a reference to an array, not a reference to hash. The first (and only) element of the array is a reference to a hash, so:
or
In Section
Seekers of Perl Wisdom
|
|