http://www.perlmonks.org?node_id=1004732


in reply to Re^3: MySQL hashes with same key
in thread MySQL hashes with same key

Hi, I was just trying to reduce repeated access to the database.
I thought I could save it to a hash locally, and process the requested information from the hash.
Thank you.