mason.pl
powerful, high-performance templating for the web and beyond
Install
- All systems
-
curl cmd.cat/mason.pl.sh
- Debian
-
apt-get install libmason-perl
- Ubuntu
-
apt-get install libmason-perl
- Kali Linux
-
apt-get install libmason-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmason-perl
- Raspbian
-
apt-get install libmason-perl
- Dockerfile
- dockerfile.run/mason.pl
libmason-perl
powerful, high-performance templating for the web and beyond
Mason is a powerful Perl-based templating system, designed to generate dynamic content of all kinds. Unlike many templating systems, Mason does not attempt to invent an alternate, "easier" syntax for templates. It provides a set of syntax and features specific to template creation, but underneath it is still clearly and proudly recognizable as Perl. Mason is most often used for generating web pages. It can handle web requests directly via PSGI, or act as the view layer for a web framework such as Catalyst or Dancer. All documentation is indexed at Mason::Manual. The previous major version of Mason (1.x) is available under the name HTML::Mason (package libhtml-mason-perl).