> -----Original Message-----
> From: G Harper [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 23, 2001 2:58 AM
> To: [EMAIL PROTECTED]
> Subject: How to tie a hash of arrays
> 
> 
> Is there an easier way than MLDBM?  It's all I've found.  I need to
> store/retreive a DBM hash with 7 keys, each key storing an 
> array with up to
> 40 entries.

It very much depends on the specific application. It really doesn't
get much easier than MLDBM. I don't understand what the problem is.

> 
> Or can I tie multiple hashes to one DBM file?  Then I could 
> reference each
> entry as a key in it's respective hash.

No, a DBM ties to one hash. But that hash (using MLDBM) can
contain other hashes nested to any level.

Post some details about why MLDBM doesn't seem to be the right
tool for you.

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

Reply via email to