blob: c1d7043d885ab7bba751339e8d7bd681d662d082 (
plain) (
tree)
|
|
This module can parse various types of input (formatted and containing
hierarchal information) into a tree structure. It can also deparse these
same tree structures back into a string. It accepts various types of input,
such as strings, filenames, and array references. The tree structure used
is a hierarchy of Tree::Simple objects.
WWW: http://search.cpan.org/dist/Tree-Parser/
Author: Stevan Little <stevan@iinteractive.com>
- Aaron Dalton
aaron@daltons.ca
|