http://qs321.pair.com?node_id=943456


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

And where is your code which proves this?

The documentation discusses a common pitfalls with nulls.

Replies are listed 'Best First'.
Re^4: BerkeleyDB values have limit?
by elgato (Novice) on Dec 14, 2011 at 06:31 UTC
    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.