Perrin Harkins wrote:
> On Fri, 2004-08-13 at 11:06, Geoffrey Young wrote:
> 
>>you can't do that with mod_perl 1.0 - you can $sub->run() but that result
>>goes right to the client.
> 
> 
> For comparison, how would you do this in mp2?  With a filter?

pretty much.  I believe that subrequests in apache2 have the same
limitations as before wrt calling run().  but if the main reason you want to
capture a subrequest is to post-process dynamic content then you can simply
insert an output filter to do that for you, as that is what they were
designed for.

--Geoff

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to