pods2html
module for creating a static syntax tree for a POD
Install
- All systems
-
curl cmd.cat/pods2html.sh
- Debian
-
apt-get install libpod-tree-perl
- Ubuntu
-
apt-get install libpod-tree-perl
- 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
- Dockerfile
- dockerfile.run/pods2html
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.