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


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

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.

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

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