blob: f3614873df17252d32f93265688f2b1be3a4df03 (
plain) (
blame)
1
2
3
4
5
6
7
|
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
|