Hi.

If I want to postprocess content from a subrequest before sending it to the 
client, I can't
     my $subr = $r->lookup_uri($uri);
     $subr->header_in("Content-length" => "0");
     $subr->run;
because this will send the content to the client. What can I do to get the 
content myself?

Thanx,
Joachim
--
"... ein Geschlecht erfinderischer Zwerge, die fuer alles gemietet werden
koennen."                            - Bertolt Brecht - Leben des Galilei

Reply via email to