I want to publish the result of a dynamic request to a file. So within a handler I 
create a subrequest that gives me the result of the dynamic request.

Something like:
$sub = $r->lookup_uri("$page?id=$id");

Now I want to get the results of this request and stream it into a file. Would using 
Apache::File be a possibillity? The main handler will continue and print if the write 
has been successfull. 

Cheers,
Marc

-- 
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