Re: [htmltmpl] using HTML::Template to generate static web pages
Brought to you by:
samtregar
From: Pete P. <pet...@cy...> - 2003-10-13 13:20:48
|
Offer Kaye wrote: > The documentation for HTML::Template talks about using it as a CGI > script, to generate the HTML code "on-the-fly". > However, I would like to use it as a regular Perl script, to generate > static HTML pages. To me, a templating system at it's base does one thing, provides a way to combine data and presentation together, into a single output. Whether that output goes to a file, a database, an email, a web browser, whatever... it doesn't matter. I use H::T for both cgi type apps, and to create static HTML pages, and it does an excellent job at both of them. Pete |