ppi2html
module to highlight Perl code using PPI
Install
- All systems
-
curl cmd.cat/ppi2html.sh
- Debian
-
apt-get install libppi-html-perl - Ubuntu
-
apt-get install libppi-html-perl - 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 updatesudo 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.