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
- YAM (Yet Another Module) - an IPC shared cache thing ... Greg Cope
- Re: YAM (Yet Another Module) - an IPC shared cac... Francesco Pasqualini
- Re: YAM (Yet Another Module) - an IPC shared cac... T.J. Mather
- Re: YAM (Yet Another Module) - an IPC shared cac... Joshua Chamas
- Re: YAM (Yet Another Module) - an IPC shared cac... Perrin Harkins