in reply to Re^2: storing a large hash in a database
in thread storing a large hash in a database
Did you read the previous answer or the DB_File documentation?
DB_File stores the data on disk using the Berkeley DB library, and it uses tie so that it looks like your data was stored in an ordinary hash.
Alexander
|
|---|