RE: DBMHashes , a question...

2003-10-23 Thread Bob Showalter
Jones, Jeremy wrote: > Hello All, > > are DBM Hashes a limited data structure? as in must they remain a > standard hash and not %HoA or %HoH (Hash of array / Hash of Hash)? Yes, but the MLDBM module is the answer here. It uses Storable (or other modules) to serialize the complex hash value into a

DBMHashes , a question...

2003-10-23 Thread Jones, Jeremy
Hello All, are DBM Hashes a limited data structure? as in must they remain a standard hash and not %HoA or %HoH (Hash of array / Hash of Hash)? I have a program that should create a DBM hash %HoA but the only thing that remains is the Key. the array (Value does not get saved!) any thoughts?