Home
About
Authors
Journals
Stories
All the Perl that's Practical to Extract and Report
CGI::Application and HTML::Template
jdavidb
on 2002-09-13T17:34:16
Anyone ever combined the two of these?
Hee hee
samtregar
on 2002-09-13T19:40:08
Yes! As you probably guessed, this is my standard web development toolkit. CGI::Application has builtin support for HTML::Template that makes it very convenient.
-sam