Description of HTML::Embperl :
Embperl is a framework for building websites with Perl. It offers an easy way of embedding Perl code in HTML pages. It offers many features that ease the task of creating a websites, including dynamic tables, form field-processing, escaping/un-escaping, session handling, caching and more. It gives you the power to make your Website object-oriented and build it out of small reusable components. It doesn't tie you to HTML and allows components to be from different source formats and if necessary transforms them to other output formats. Embperl is a server-side tool, which is browser-independent. It can run in various ways: under mod_perl, as a CGI script, or offline.