On Wed, 3 May 2000, Jason C. Leach wrote:

> I'm looking for some good ideas on developing web sites w/ mod_perl.  One
> think we were looking at was to write template HTML pages, and run them
> through a perl prg to replace home made tags w/ data.
> 
> Another was to write an apache mod that will contain/load the HTML on the
> first hit and cach all the pages and gfx (not too much).

There's quite a number of templating modules.  Here's a few:

HTML::Mason
HTML::Template
HTML::EmbPerl
Apache::ASP
ePerl
Template Toolkit
CGI:WeT (is that how its spelled?)

I've only used the first two.  Mason supports caching of output and I
think some of the others do as well.  HTML::Template supports template
caching but not output caching.


-dave


/*==================
www.urth.org
We await the New Sun
==================*/

Reply via email to