“HTML::Embperl is a flexible Perl module which gives you the ability to embed perl code in your HTML pages. It
allows quick and powerful scripting of HTML, allowing you to easily link perl code and the web. It takes advantage
of mod_perl to be a fast efficent solution which requires no special configuration to make a given page dynamic,
but does not require mod_perl – in fact, you can use it without a web server at all, to generate HTML content for
use in email, or to automatically build static web pages to be served later.”
“This document describes how to install embperl, and should teach you the first steps towards making your web
pages dynamic with empberl. It draws heavily on the fine documentation included with the Embperl package, and
on the web site at http://perl.apache.org/embperl/.”
HTML::Embperl is a flexible Perl module which gives you the ability to embed perl code in your HTML pages. It
allows quick and powerful scripting of HTML, allowing you to easily link perl code and the web. It takes advantage
of mod_perl to be a fast efficent solution which requires no special configuration to make a given page dynamic,
but does not require mod_perl …