in reply to Re: CGI.pm for HTML output?
in thread CGI.pm for HTML output?

I find that I prefer letting CGI.pm handle frms, but at the same time, really don't like the HTML methods.

I also like it for tables, especially, and here really is one nifty thing, using array refs.

print table(Tr(td(\@some_data)));

This construction is really handy for formating data pulled out of a SQL database using DBI.