On Thu, Jan 11, 2007 at 02:49:31AM +0100, Oliver Block wrote:
> Can anyone tell me, if there is a way to force CGI.pm to deliver the
> html code with a DOCTYPE switch for HTML4 and not XHTML?
$ perl
use CGI qw/:standard -no_xhtml/;
print start_html(); (^D)
http://www.w3.org/TR/html4/loose.dtd";>
Hello list,
first of all a blessed 2007 to all of you.
Can anyone tell me, if there is a way to force CGI.pm to deliver the html code
with a DOCTYPE switch for HTML4 and not XHTML?
As there are some problems with the media type for XHTML I'd rather prefer
HTML 4.
Regards,
Oliver
--
To uns