[San-Diego-pm] SSI problem - problem solved -donno why

Joel Fentin joel at fentin.com
Wed Apr 4 15:07:41 PDT 2007


PERL perl PERL perl

Chris Grau wrote:

> Where's the program?

The non-working program was:

use strict;
use CGI qw/:standard/;
BEGIN{use CGI::Carp qw(carpout fatalsToBrowser);carpout(\*STDOUT);$|=1;}
my $co = new CGI;
print 'ffffffff';

===========================

What works with INCLUDE VIRTUAL, EXEC CGI, & <iframe is:

use strict;
use CGI qw/:standard/;
BEGIN{use CGI::Carp qw(carpout fatalsToBrowser);carpout(\*STDOUT);$|=1;}
my $co = new CGI;
print header(),start_html("TESTING"), end_html();
print 'ffffffff';

-- 
Joel Fentin       tel: 760-749-8863    FAX: 760-749-8864
Email:            http://fentin.com/me/ContactMe.html
Biz Website:      http://fentin.com
Personal Website: http://fentin.com/me


More information about the San-Diego-pm mailing list