NAME
Net::IPAM::Tree::Private - private implementation for Net::IPAM::Tree
SYNOPSIS
This module is not useful standalone, it's just needed for Net::IPAM::Tree. The implementation details are hidden by the public API in Net::IPAM::Tree.
FUNCTIONS
_buildIndexTree($tree, $parent, $child)
Building the tree with just the array indices, the sorted items itself are not moved. create the {parent}->[childs] map, rec-descent algo.
AUTHOR
Karl Gaissmaier, <karl.gaissmaier(at)uni-ulm.de>
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Net::IPAM::Tree::Private
You can also look for information at:
on github
TODO
LICENSE AND COPYRIGHT
This software is copyright (c) 2020-2022 by Karl Gaissmaier.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.