Display beautiful Perl code in HTML without JavaScript
PPI::Prettify makes pretty-printing Perl code as HTML easy
Read it
Programming with Mason
Dave Rolsky and Ken Williams are the authors of Embedding Perl in HTML with Mason. Mason is a powerful framework for generating dynamic text, and is especially useful when creating complex, featureful Web sites. For those (hopefully few) folks…
Read it
Creating Modular Web Pages With EmbPerl
Table of Contents Getting Started Hello World Web Site Global Variables Modular Files Modular File Inheritance Subroutines in EmbperlObject Conclusions This tutorial is intended as a complement to the Embperl documentation, not a replacement. We assume a basic familiarity…