in reply to Re: HTML::Template Problem
in thread HTML::Template Problem

I'd go one step further and write HTML::Template tags as comments:

Hello, <!-- TMPL_VAR NAME="name" -->

HTML::Template knows how to process these comment-style tags. The advantage of this is that you can run your templates through an HTML validator without any processing because the validator treats the HTML:::Template tags as HTML comments.