in reply to convert HTML to CGI $query->htmltag(foo) style
You could use a HERE statement.
I would not recomend doing this for pages you plan to update frequently or if you endup with more lines of html than of perl in that program.$html = <<HERE; THIS IS THE HTML STUFFZ HERE print $html;
|
|---|