On 1/24/07, Perrin Harkins <[EMAIL PROTECTED]> wrote:
On 1/24/07, Joel Gwynn <[EMAIL PROTECTED]> wrote:
> OK.  I replaced that line with a hard-coded file path, and now it's
> looking much better.  So I guess it's something about the Request
> object.

My guess is that $self has a lifespan longer than one request, so you
are trying to use a $r object from a previous request.

- Perrin

My understanding is that PerlSetVar is not a per-request directive.
What am I missing?

http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlSetVar_

Reply via email to