in reply to Re: Html Template CSS and CGI PERL
in thread Html Template CSS and CGI PERL

I do not think using CGI's HTML generation methods counts as a template. I suppose you could move all the HTML generating code into a module, and call it your template, but I'm still rather dubious of that. I think he meant something more along the lines of HTML::Template or Template-Toolkit.