Alex Menendez ([EMAIL PROTECTED]) said something to this effect:
>
> does anyone know how to get the output of a standalone cgi script from a
> mod_perl module
>
> I have tried all the subrequest stuff but I can't get it to work.
If all you are trying to do is get the raw output, use LWP and a
does anyone know how to get the output of a standalone cgi script from a
mod_perl module
I have tried all the subrequest stuff but I can't get it to work.
Apache seems to parse the cgi file once a handler has been called. simply
writing a handler that returns DECLINED every time it is called li