Re: first steps with mod_perl

2007-09-18 Thread Gunnar Hjalmarsson
Marek wrote: First question: this cgi script inserts an strange DOC-Type, from which I have never heard off: http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd";> May I force mod_perl to insert an other doc-type? For example: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> What has mod_

first steps with mod_perl

2007-09-18 Thread Marek
Hello all, I am trying, to understand the Perl module CGI.pm and have two little questions. First my exercizes: #! /usr/bin/perl -wT use strict; use CGI::Carp qw(warningsToBrowser fatalsToBrowser); use CGI qw/:standard/; use Socket; my VARS my $email = "[EMAIL PROTE