in reply to HTML::Template vs. CGI.pm

It's pretty simple: HTML designers can edit HTML::Template templates without knowing any Perl. All they need to learn is a few <tmpl_*> tags. So you can write your app in Perl and every time management decides to change colors you can relax and pass the buck.

That's why I created HTML::Template, and that's why I still use it today.

-sam