in reply to Re: DBM::Deep Can't store something that is tied
in thread DBM::Deep Can't store something that is tied

While technically true, this can be worked around quite easily in most cases. But, since my brain hasn't wanted to work through all the possibilities, I have taken the safe route and disallowed it in all cases. The biggest problem is things that are tied to external resources, like DBI.

One of these days I'll add a facade that allows for storing tied things.


My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re^2: DBM::Deep Can't store something that is tied