Hi Punit, On Tue, 7 Aug 2012 02:13:51 +0530 punit jain <[email protected]> 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 module for such situations ? I have no direct experience with DBM::Deep , though I have some with https://metacpan.org/release/KiokuDB . I heard some reports that DBM::Deep is slow, but it's not from first-hand experience, so your kilometrage may vary. Anyway, if you want to handle nested data structures, then the BerkeleyDB module is simply the wrong tool. Regards, Shlomi Fish -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ http://www.shlomifish.org/humour/ways_to_do_it.html CPAN thrives *because* of the unfettered uploading of shit, not in spite of it. — Andy Lester Please reply to list if it's a mailing list post - http://shlom.in/reply . -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
