Re: first steps with mod_perl

2007-09-23 Thread Marek
Thank you Gunnar, and Thank you Matthew Hellman (who replied off-list) Matthew sent me the link to: http://search.cpan.org/~lds/CGI.pm-3.29/CGI.pm#CREATING_THE_HTML_DOCUMENT_HEADER which does not reply my question: how to insert an DTD xhtml strict or transitional, and how to avoid the xhtml

Re: first steps with mod_perl

2007-09-23 Thread Gunnar Hjalmarsson
Marek wrote: I see only the possibility to insert it manually, but I don't know how to achieve this. By printing directly I meant not making use of the start_html() function. print http://www.w3.org/1999/xhtml"; lang="en-US"> Hello World