http://qs321.pair.com?node_id=956626


in reply to Re: Perl CGI, font color in a table
in thread Perl CGI, font color in a table

I must concur here with the other Anonymous. Using CGI to generate HTML tags is nothing more than a pain in the neck. Just embed the required HTML in your code using here-docs.

(Generating HTML tags largely makes sense only for form tags where whatever-you-are-using-to-generate-them is supposed to pre-fill the form with possible user input)