At 23:09 27.08.2002, Jay Thorne wrote:
>In a mod_perl handler, in the m_p1.x/apache1.3 api, Is there a quick way to
>tell apache
>"I'm done, here's my content, and I want you to run this through mod_include
>before you send it to the user"

You might want to try a filter, for example Apache::OutputChain, see 
http://perl.apache.org/docs/1.0/guide/modules.html#Apache__OutputChain____Chain_Stacked_Perl_Handlers
 
and the Apache::OutputChain manpage formore information. The same is true 
for Apache::Filter: 
http://perl.apache.org/docs/1.0/guide/modules.html#Apache__Filter___Alter_the_output_of_previous_handlers
 
. Both provide approximately the same functionality.


-- 
Per Einar Ellefsen
[EMAIL PROTECTED]


Reply via email to