2004-08-02 17:11:29 +02:00
|
|
|
This module can parse various types of input (formatted and containing
|
2004-09-02 08:18:41 +02:00
|
|
|
hierarchal information) into a tree structure. It can also deparse these
|
2004-08-02 17:11:29 +02:00
|
|
|
same tree structures back into a string. It accepts various types of input,
|
2004-09-02 08:18:41 +02:00
|
|
|
such as strings, filenames, and array references. The tree structure used
|
|
|
|
is a hierarchy of Tree::Simple objects.
|
2004-08-02 17:11:29 +02:00
|
|
|
|
|
|
|
WWW: http://search.cpan.org/dist/Tree-Parser/
|