podtree2html

module for creating a static syntax tree for a POD

Install

All systems
curl cmd.cat/podtree2html.sh
Debian Debian
apt-get install libpod-tree-perl
Ubuntu
apt-get install libpod-tree-perl
image/svg+xml Kali Linux
apt-get install libpod-tree-perl
Windows (WSL2)
sudo apt-get update sudo apt-get install libpod-tree-perl
Raspbian
apt-get install libpod-tree-perl

libpod-tree-perl

module for creating a static syntax tree for a POD

Pod::Tree parses a POD into a static syntax tree. Applications walk the tree to recover the structure and content of the POD. See Pod::Tree::Node for a description of the tree.