Geoffrey Young wrote:
> ... here's the code from http_request.c in 1.3:
>    request_rec *new;
>    ...
>    new->headers_in      = r->headers_in;
>    new->headers_out     = ap_make_table(r->pool, 12);
> ... this is an apache thing, not a mod_perl thing,

Okay.


>  my $sub = $r->lookup_uri($lucky);
>  $sub->no_cache(1);
>  $sub->run;

It looks like $r->run() is the best answer. (BTW it works without the call to
no_cache(1).)


Thanks!  :-)

David

Reply via email to