in reply to Re^2: mod_perl and CGI behavior
in thread mod_perl and CGI behavior
which explains the empty set being returned, after it's invoked a "send_cgi_header" mod_perl method that seems to be designed to take the place of sub "header" as a practical matter.if (($MOD_PERL >= 1) && !$nph) { $self->r->send_cgi_header($header); return ''; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: mod_perl and CGI behavior
by naChoZ (Curate) on Oct 07, 2020 at 22:00 UTC | |
by davebaker (Pilgrim) on Oct 08, 2020 at 16:54 UTC | |
by naChoZ (Curate) on Nov 02, 2020 at 14:54 UTC | |
|
Re^4: mod_perl and CGI behavior
by naChoZ (Curate) on Oct 07, 2020 at 15:18 UTC |