in reply to how to store multivalues hashes to database
If your values always follow the same format (i.e. are not arbitrary) then you can use DB_File or the more advanced BerkeleyDB directly and install your own serialization methods via DBM filters. These filters are invoked transparently every time you read or write a value to the database.
If you can show a sample of your hash structure some other methods can be suggested.
|
|---|