On Nov 11, 1999 at 07:21:00 +0000, Rick Myers twiddled the keys to say:
> Quite simply, I can't set headers on a ->run. I've tried before the
> fact, as well as within the object itself. Anybody have any pointers?

Answering my own question...

  $lookup = $r->lookup_uri( $somewhere );
  $r->headers_out->add( anything => 'whatever' );
  $r->send_http_header;
  $lookup->run;

RTFM :)

Rick Myers                            [EMAIL PROTECTED]
----------------------------------------------------
The Feynman Problem       1) Write down the problem.
Solving Algorithm         2) Think real hard.
                          3) Write down the answer.

Reply via email to