in reply to
Small Hash a Gateway to Large Hash?
A hash is like a simple in-memory database. If your data becomes too large to fit into memory, you should probably consider switching to a real database (sqlite, mysql, postgres, etc.).
Comment on
Re: Small Hash a Gateway to Large Hash?
In Section
Seekers of Perl Wisdom