in reply to
Reference Example
This should be
$$fer{'mickey'}
, not
$$fer['mickey']
. You want curlies instead of angle brackets, otherwise perl assumes you are dereferencing an array.
Comment on
Re: Reference Example
Select
or
Download
Code
In Section
Seekers of Perl Wisdom