in reply to
Returning Hashes
You are storing stuff in the hash
%dbReturn
, but returning the scalar
$dbReturn
. Perhaps you want
return \%dbReturn
?
-Colin.
Whitepages.com, Inc
.
Comment on
Re: Returning Hashes
Select
or
Download
Code
In Section
Seekers of Perl Wisdom