[EMAIL PROTECTED] (Luis Henrique Cassis Fagundes) wrote:

>       The problem I'm having is not to write the contents, the problem is to
>get the contents I'm going to write. I must get the output of the
>dynamic page (that can be CGI, PHP, SSI, or anything) before it's sent
>to the browser... I'm now trying to do it with Apache::OutputChain.
>       []s
>       Luis

You may have better success with Apache::Filter than OutputChain.  But
be aware that both of them can only catch the output of PerlHandlers,
not true CGI or PHP or anything else.  To catch the output of those you
have to do a full HTTP request using something like LWP.


  -------------------                            -------------------
  Ken Williams                             Last Bastion of Euclidity
  [EMAIL PROTECTED]                            The Math Forum


Reply via email to