in reply to Returning Hashes

You are storing stuff in the hash %dbReturn, but returning the scalar $dbReturn. Perhaps you want return \%dbReturn?