Thanks<br><br><div class="gmail_quote">On Wed, Mar 16, 2011 at 11:53 AM, Mike Fragassi <span dir="ltr"><<a href="mailto:frag@ripco.com">frag@ripco.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
Give Tree::DAG_Node a look.<br>
<br>
  use Tree::DAG_Node;<br>
  my $root = Tree::DAG_Node->new();<br>
  $root->name("I'm the tops");<br>
  my $new_daughter = $root->new_daughter;<br>
  $new_daughter->name("More");<br>
<br>
It includes accessor methods 'mother' and 'daughters', etc.<div><div></div><div class="h5"><br>
_______________________________________________<br>
Chicago-talk mailing list<br>
<a href="mailto:Chicago-talk@pm.org" target="_blank">Chicago-talk@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/chicago-talk" target="_blank">http://mail.pm.org/mailman/listinfo/chicago-talk</a><br>
</div></div></blockquote></div><br>