RE: [htmltmpl] A newbie question

2003-03-03 Thread Cory Trese
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

[htmltmpl] A newbie question

2003-03-03 Thread Brad Cathey
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