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


in reply to Limit to Hash Keys

The number of keys to your hash is mainly limited only by the system's resources (namely the memory).

Perhaps a possible solution might be tying hashes. Or using dbm files.