http://www.perlmonks.org?node_id=639405


in reply to Re^2: Never use Storable to save XS objects
in thread Never use Storable to save XS objects

I think you need to answer a couple of questions first: There are some further concerns: And I'm sure that I'm missing some concerns. In other words, serializing stuff that uses external resources is non-trivial. I've run into the same problem with DBM::Deep and I don't have a really good way to solve it as of yet.

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?