in reply to Re: Destringify class
in thread Destringify class

Or just storing it with DBM::Deep which properly understands Perl objects, works with multiple processes accessing it simultaneously, and has transactions.

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?