You should look at CGI::Application, a web application toolkit that
integrates very well with HTML::Template.
Party on,
Cory
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Brad Cathey
Sent: Monday, March 03, 2003 12:05 PM
To: [EMAIL PROTECTED]
Subject: [ht
I am interested in building dynamic sites using HTML::Template and a
database (like MySQL). I am curious about how one serves up a page in
response to a visitor typing in my URL.
Since it appears that a Perl script actually serves the page using "print
$template->output;", would I need to create a