ppi2html

module to highlight Perl code using PPI

Install

All systems
curl cmd.cat/ppi2html.sh
Debian Debian
apt-get install libppi-html-perl
Ubuntu
apt-get install libppi-html-perl
image/svg+xml Kali Linux
apt-get install libppi-html-perl
CentOS
yum install perl-PPI-HTML
Fedora
dnf install perl-PPI-HTML
Windows (WSL2)
sudo apt-get update sudo apt-get install libppi-html-perl
Raspbian
apt-get install libppi-html-perl

libppi-html-perl

module to highlight Perl code using PPI

PPI::HTML is a Perl module which uses the PPI (a Perl Parsing Interface, see libppi-perl) module to create syntax-highlighted HTML documents from Perl code. It supports extensibility through stylesheets and provides an easy facility to change colours of your output.

perl-PPI-HTML

using PPI