On Wed, Sep 25, 2002 at 12:29:12AM -0400, Perrin Harkins wrote:
> 
> Are you setting $CGI::XHTML to 0 somewhere?
> 

No I posted the whole script:

------------
#!/usr/bin/perl -w
 
use CGI qw(standard -no_xhtml);
 
my $q=new CGI;
print $q->header,$q->start_html,"\n";
print $$,"\n";
------------

thnx,
peter

-- 
mag. peter pilsl
IT-Consulting
tel: +43-699-1-3574035
fax: +43-699-4-3574035
[EMAIL PROTECTED]

Reply via email to