Re: [htmltmpl] using HTML::Template to generate static web pages

2003-10-13 Thread Gerke, Dr. Michael
Roger Burton West <[EMAIL PROTECTED]> wrote: >I've used it for: > >PostScript (mostly for parameter insertion) >.ini files >plain text (that gets fiddly with line breaks) >source code formatting >...oh, and HTML. Sometime I use H:T for static or dynamic HTML too. But my first usage was and is t

Re: [htmltmpl] using HTML::Template to generate static web pages

2003-10-13 Thread Pete Prodoehl
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 c