Re: Intercepting CGI.pm Header

1999-12-06 Thread Martin Holz
"Ken Y. Clark" [EMAIL PROTECTED] writes: On 6 Dec 1999, Martin Holz wrote: I am trying to catch the output of a CGI script and put the body of the generated HTML page in a template. Works fine unless the CGI script calls CGI::header. If the scripts calls CGI::header, two

Re: Intercepting CGI.pm Header

1999-12-06 Thread Ken Y. Clark
On 6 Dec 1999, Martin Holz wrote: "Ken Y. Clark" [EMAIL PROTECTED] writes: On 6 Dec 1999, Martin Holz wrote: I am trying to catch the output of a CGI script and put the body of the generated HTML page in a template. Works fine unless the CGI script calls CGI::header.

Re: Intercepting CGI.pm Header

1999-12-06 Thread Jeff Beard
Do you have 'PerlSendHeader On' in your httpd.conf? --Jeff At 02:21 PM 12/6/99 +0100, Martin Holz wrote: I am trying to catch the output of a CGI script and put the body of the generated HTML page in a template. Works fine unless the CGI script calls CGI::header. If the scripts calls