"Anand Raman" <[EMAIL PROTECTED]> writes:

> hi guys
> I just started off using modperl so excuse me if this has been answered.
> 
> Is there a way to capture output from a subrequest.. rather than
> allowing the subrequest to directly output the response to the client
> browser. 
> 
> I need to be able to parse the output of the subrequest before
> outputting it to the browser.

Are you trying to do something like:

http://perl.apache.org/guide/modules.html#Apache_OutputChain_Chain_Sta 

or 

http://perl.apache.org/guide/modules.html#Apache_Filter_Alter_the_outpu

Apologies if you've already read the guide, but it sounds as if you might
be able to make use of this for what you're trying to do.

Reply via email to