Lance Uyehara <[EMAIL PROTECTED]> said something to this effect on 12/12/2001: > I'm using a CGI script which makes a call to raw_cookie(). When > I run in CGI mode everything works fine, and the cookie which > matches $ENV{HTTP_COOKIE} is returned.
What version of CGI.pm are you using? CGI.pm goes to great lengths to be compatible with mod_perl, so I think you either have an old version of CGI.pm, or are reusing a CGI instance between requests. $self shouldn't be defined if you are creating the instance anew with each request. (darren) -- Reisner's Rule of Conceptual Inertia: If you think big enough, you'll never have to do it.