in reply to How do you deal with HTML in Perl?

very carefully :D

I suggest using cjf's idea concerning here documents for simple stuff and tables, and use the standard CGI stuff for subroutines and other items that might need CGI.pm printing.

I suggest letting the HTML coder-monkeys write the template, and then form the dynamic output to the template. For example, use a here block for the header and such, then end it, branch off into a subroutine, then return to another here block.

Hope this helps

John J Reiser
newrisedesigns.com