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

2003-10-11 Thread Offer Kaye
> maintaining) web sites as sets of static html files so > ...especially if > you're comfortable with the process of building and compiling > software with > make, makefiles and the like, webmake may be just what you're > looking for. > > if you do decide to use webmake, please post back here w

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

2003-10-11 Thread Karen J. Cravens
On Sat, 11 Oct 2003, Offer Kaye wrote: OK>However, I would like to use it as a regular Perl script, to generate OK>static HTML pages. I know this *can* be done, since I tried it on the OK>example provided in the documentation. But I'm wondering whether OK>HTML::Template is really suitable for this

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

2003-10-11 Thread David Kaufman
Offer Kaye <[EMAIL PROTECTED]> wrote: > [...] I would like to use it as a regular Perl script, to generate > static HTML pages. I know this *can* be done, since I tried it on the > example provided in the documentation. But I'm wondering whether > HTML::Template is really suitable for this kind of

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

2003-10-11 Thread m . spring
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, HTML::Template is *definitely* suitable for this task, too. CGI::Application::Generator uses it to create stubs in a perl module file, and I have heard rumors that people use HTML::Template for Postscript or Pdf generation - so generating static

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

2003-10-11 Thread Offer Kaye
Hi, I'm an HTML::Template newbie, and I was wondering whether the veterans on this list could help me. 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 HTM