> 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
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
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
-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
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