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


in reply to how to construct tree from parent pointer list

Tree comes with a persistence layer called Tree::Persist. However, I would consider that deprecated and would recommend persisting with DBM::Deep using the autobless option.

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: how to construct tree from parent pointer list

Replies are listed 'Best First'.
Re^2: how to construct tree from parent pointer list
by demerphq (Chancellor) on Mar 23, 2006 at 08:49 UTC

    Just so you know, Data::Dump::Streamer has some new (and IMO pretty sophisticated) support for supporting special serialization of objects. If you need to add persistancy to an object I suggest you look into the DDS_freeze() method.

    ---
    $world=~s/war/peace/g