Re: CGI and CSS question



At 2006-03-31 12:02PM, perlUSER <byrapaneni@xxxxxxxxx> wrote:
The following lines are appearing in the output. I removed these lines
from the html page I have generated and I like what I see.

<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
Question is how can I tell my CGI/Perl not to write the above three
liens?

Try:
use CGI qw(:standard -no_xhtml);

If you don't want the doctype at all, don't call start_html() -- print
your own head and body tags.

--
Glenn Jackman
Ulterior Designer
.