in reply to Re: BerkeleyDB values have limit?
in thread BerkeleyDB values have limit?

I checked for equality, utf string with about 430kb, after retrieve was about 420kb, utf symbols were ok, but not null size.

Replies are listed 'Best First'.
Re^3: BerkeleyDB values have limit?
by Anonymous Monk on Dec 14, 2011 at 01:02 UTC

    And where is your code which proves this?

    The documentation discusses a common pitfalls with nulls.

      I have made it work like i need to, with ->FETCH, ->STORE, ->DELETE methods. even with: print length($a); $h{test} = $a; print length($h{test}); showed 0 length even if i untie && tie later.

        I'm sorry but I can't parse that.