in reply to Re^2: CGI::Simple and mod_perl
in thread CGI::Simple and mod_perl

Why? sub CGI::Simple::header doesn't return a header under mod_perl, because mod_perl is not http://tools.ietf.org/html/rfc3875(CGI), so printing the header to STDOUT, is the wrong thing to do

Replies are listed 'Best First'.
Re^4: CGI::Simple and mod_perl
by rhumbliner (Sexton) on Nov 09, 2011 at 14:59 UTC
    i'm reading it ...