search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
415 B
Text
8 lines
415 B
Text
This module in an fully object-oriented implementation of a simple n-
|
|
ary tree. It is built upon the concept of parent-child relationships,
|
|
so therefore every Tree::Simple object has both a parent and a set of
|
|
children (who themselves may have children, and so on). Every
|
|
Tree::Simple object also has siblings, as they are just the children of
|
|
their immediate parent.
|
|
|
|
WWW: https://metacpan.org/release/Tree-Simple
|