There must be something I'm missing. For you CGIers out there, which method do you use? Why?
Personally I don't (much) use the HTML functions in CGI
myself. I would rather use HTML::Template and
associated templates for all the presentation layer stuff
and keep my code readable.