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


in reply to storing records of data structure in perl?

Another option is DBM::Deep, which lets you store nested structures. However, if the structures are actually objects (blessed references), I don't believe it will work, as DBM::Deep re-blesses the references.
  • Comment on Re: storing records of data structure in perl?