in reply to cgi script for html pages
This is really an HTML question.
One way to avoid having to debug this kind of stuff from the CGI side, is to use a templating system like HTML::Template that separates the html from your Perl. You iron our your HTML issues before you get to the Perl/CGI. And there's *tons* of support for HTML::Template here in the monastery, e.g., Tutorials. Good luck.
|
|---|