in reply to CGI::Simple and mod_perl
i assume this issue has something to do with PerlSendHeader
Nope.
sub header { ... if ( $self->{'.mod_perl'} and not $nph ) { my $r = $self->_mod_perl_request(); $r->send_cgi_header( $header ); return ''; } return $header; }
In short, mod_perl is not CGI
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI::Simple and mod_perl
by rhumbliner (Sexton) on Nov 03, 2011 at 23:38 UTC | |
by Anonymous Monk on Nov 04, 2011 at 06:27 UTC | |
by rhumbliner (Sexton) on Nov 09, 2011 at 14:59 UTC |