Re: tie an existing hash with BerkleyDB

2012-08-07 Thread Shlomi Fish
Hi Punit, On Tue, 7 Aug 2012 02:13:51 +0530 punit jain wrote: > >First of all, one should note that BerkeleyDB can only handle hashes > >where the keys and the values are all strings > > I saw DBM::Deep but not sure it would be a better option for such > situation. Anyone recommends using that

Re: tie an existing hash with BerkleyDB

2012-08-06 Thread punit jain
>First of all, one should note that BerkeleyDB can only handle hashes where the keys and the values are all strings I saw DBM::Deep but not sure it would be a better option for such situation. Anyone recommends using that module for such situations ?

Re: tie an existing hash with BerkleyDB

2012-08-06 Thread Shlomi Fish
Hi Punit, On Mon, 6 Aug 2012 15:30:49 +0530 punit jain wrote: > Hi, > > I have a program where a subroutine creates a hash. I want to later > tie it to BerkleyDB. First of all, one should note that BerkeleyDB can only handle hashes where the keys and the values are all strings. Otherwise, be a