search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
381 B
Text
7 lines
381 B
Text
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: https://metacpan.org/release/Tree-Parser
|