NAME
Acme::CPANLists::PERLANCAR::Task::WorkingWithTree - Working with tree data structure in Perl
VERSION
This document describes version 0.26 of Acme::CPANLists::PERLANCAR::Task::WorkingWithTree (from Perl distribution Acme-CPANLists-PERLANCAR), released on 2017-09-08.
MODULE LISTS
Working with tree data structure in Perl
Basics
Perl classes to represent tree (node) structure: Tree::Object and Tree::ObjectXS (comes with several varieties). They provide methods like walking a tree, checking whether a node is the first child, getting sibling nodes, and so on.
Perl modules to manipulate tree: Data::Tree, Tree::Simple.
Memory-efficient tree nodes in Perl: Tree::Node.
Creating
Tree::FromStruct, Tree::FromText, Tree::FromTextLines, Tree::Create::Callback, Tree::Create::Callback::ChildrenPerLevel, Tree::Create::Size, Tree::FromFS.
Visualizing as text
Tree::ToText, Tree::ToTextLines.
Visualizing as graphic
TODO
Other modules
Special kinds of trees: TODO.
Roles
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Acme-CPANLists-PERLANCAR.
SOURCE
Source repository is at https://github.com/perlancar/perl-Acme-CPANLists-PERLANCAR.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANLists-PERLANCAR
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
SEE ALSO
Acme::CPANLists - about the Acme::CPANLists namespace
acme-cpanlists - CLI tool to let you browse/view the lists
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017, 2016, 2015 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.