Re: CGI and CSS question
- From: Glenn Jackman <xx087@xxxxxxxxxxxxxxxxxxx>
- Date: 31 Mar 2006 17:45:29 GMT
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
.
- References:
- CGI and CSS question
- From: perlUSER
- Re: CGI and CSS question
- From: Paul Lalli
- Re: CGI and CSS question
- From: perlUSER
- CGI and CSS question
- Prev by Date: Re: exit status
- Next by Date: filemaker pro and perl
- Previous by thread: Re: CGI and CSS question
- Next by thread: multi-line regular expression help
- Index(es):