Have you considered using HTML::Template?  It is a simple yet powerful way
to seperate HTML from Perl code.  It can do loops (good for HTML 
tables), includes, and if/unless/else statements.  Furthermore, it has
shared memory for templates built in.

http://theoryx5.uwinnipeg.ca/mod_perl/cpan-search?dist=HTML-Template-1.8

Reply via email to