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
>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 ?
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