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 single string for
storage in the DBM and reverses the process on exit.

Very nice.

> 
> 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!)

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to