From: "Steve Wells" <[EMAIL PROTECTED]>
> I can use $r->lookup_uri('/cgifile.cgi') to gather up the subrequest and
> run it using the run() command.  However, the information from the CGI
> is passed back to the browser instead of handed off to me for
> processing.  Is there some way to capture that information?

You could use LWP to make the request instead of using a subrequest, or you
could use a modified version of Apache::PerlRun or Apache::Registry that
fakes CGI and captures the output.  You can look at Apache::Filter for some
ideas.

- Perrin

Reply via email to