Practical mod_perl / HTML Book /



previous page: B.14.2. Apache::AxKit—XML Toolkit for mod_perl
  
page up: HTML Version of the book
  
next page: B.14.4. Apache::EmbperlChain—Process Embedded Perl in HTML in the OutputChain

B.14.3. HTML::Embperl—Embed Perl into HTML


Embperl gives you the power to embed Perl code in your HTML documents and the ability to build your web site out of small, reusable objects in an object-oriented style. You can also take advantage of all the standard Perl modules (including DBI for database access) and use their functionality to easily include their output in your web pages.

Embperl has several features that are especially useful for creating HTML, including dynamic tables, form-field processing, URL escaping/unescaping, session handling, and more.

Embperl is a server-side tool, which means that it's browser-independent. It can run in various ways: under mod_perl, as a CGI script, or offline.

For database access, there is a module called DBIx::Recordset that works well with Embperl and simplifies creating web pages with database content.

Available from CPAN. See the module manpage for more information.

 

Continue to:

  • prev: B.14.2. Apache::AxKit—XML Toolkit for mod_perl
  • Table of Contents
  • next: B.14.4. Apache::EmbperlChain—Process Embedded Perl in HTML in the OutputChain







TOP
previous page: B.14.2. Apache::AxKit—XML Toolkit for mod_perl
  
page up: HTML Version of the book
  
next page: B.14.4. Apache::EmbperlChain—Process Embedded Perl in HTML in the OutputChain


Menu

  • HTML Book
  • PDF Book
  • Download Code
  • Table of Contents
  • Errata
  • mod_perl2 User's Guide
  • Sitemap

Search


Add to Google




Creative Commons License


Written by
Eric Cholet (Logilune) and
Stas Bekman (StasoSphere & Free Books).


[ Privacy Policy | Terms of Use | About Us | Search ]

© 2007 StasoSphere.com