On 1/24/07, Robert Landrum <[EMAIL PROTECTED]> wrote:
Perrin Harkins wrote: > 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.Would $r still be defined in that instance?
Yes. What you're checking is that the reference is still defined, and the reference still points to something, but the thing it points to is no longer usable. - Perrin