in reply to Recommended modules for Parent-Child trees?

Tree::DAG_Node worked great for me, but it doesn't handle the DBI stuff automatically. I wrote a routine that walked the tree (easy to do with the provided API) and performed the SQL statements required to save each node in my database.
  • Comment on Re: Recommended modules for Parent-Child trees?