in reply to Effective ways to 'write' html.

I'm working on a moderately sized CGI perl application.
I'm using HTML::Template aong with the __DATA__ tag.
It allows me to separate the HTML from the perl code without
more files for the server to load. And since I can't use
Apache I'm hoping this will help load times.