Hi,

is it possible to run a subrequest and send the output to a 
PerlResponseHandler instead of the browser. I think it can be done with a 
filter that gathers all output ...

Is there anything available like

$subr=$r->lookup_uri(...);
$response_body=$subr->run_with_output_to_me;
if( $subr->status==200 ) {
  my $xyz=Storable::thaw( $response_body );
  ...
}

Torsten

Attachment: pgp3mjqbi3tGC.pgp
Description: PGP signature

Reply via email to