Java Mailing List Archive

http://www.apache-httpd.com/

Home » modperl.perl »

Inserting the INCLUDES filter using r->add_output_filter()

woinshet abdella

2008-04-18

Replies: Find Java Web Hosting

Author LoginPost Reply
 
I am using $r->add_output_filter() to insert a custom filter in the output filter chain dynamcially if a certain condition is satisfied. Here is a snippet of the script
...
$r->add_output_filter(\&Apache::CustomFitler::handler);
...
 
Is it possible to use $r->add_output_filter() to insert the INCLUDES, if so what is the syntax?
 
 
Thank you.
Woinshet 
 


Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.