RE: uninitialized value at ... CGI/Cookie.pm line 70.

2000-06-14 Thread Ronald Schmidt
Drew Taylor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 14, 2000 4:28 PM To: Adriano Nagelschmidt Rodrigues Cc: [EMAIL PROTECTED] Subject: Re: uninitialized value at ... CGI/Cookie.pm line 70. Adriano Nagelschmidt Rodrigues wrote: > > Ronald Schmidt writes: > > The full warning mess

Re: uninitialized value at ... CGI/Cookie.pm line 70.

2000-06-14 Thread Drew Taylor
Adriano Nagelschmidt Rodrigues wrote: > > Ronald Schmidt writes: > > The full warning message on our system (Solaris, Apache 1.3.3, mod_perl > > 1.21?, perl 5.005_02) is: > > > > [Tue Jun 13 17:37:25 2000] null: Use of uninitialized value at > > /usr/local/lib/perl5/5.00502/CGI/Cookie.pm line 70.

Re: uninitialized value at ... CGI/Cookie.pm line 70.

2000-06-14 Thread Adriano Nagelschmidt Rodrigues
Ronald Schmidt writes: > The full warning message on our system (Solaris, Apache 1.3.3, mod_perl > 1.21?, perl 5.005_02) is: > > [Tue Jun 13 17:37:25 2000] null: Use of uninitialized value at > /usr/local/lib/perl5/5.00502/CGI/Cookie.pm line 70. Hi, I see this too. In my case I think Netscape's

Re: uninitialized value at ... CGI/Cookie.pm line 70.

2000-06-14 Thread darren chamberlain
Ronald Schmidt ([EMAIL PROTECTED]) said something to this effect: > The full warning message on our system (Solaris, Apache 1.3.3, mod_perl > 1.21?, perl 5.005_02) is: > > [Tue Jun 13 17:37:25 2000] null: Use of uninitialized value at > /usr/local/lib/perl5/5.00502/CGI/Cookie.pm line 70. > > We

Re: uninitialized value at ... CGI/Cookie.pm line 70.

2000-06-14 Thread Drew Taylor
Ronald Schmidt wrote: > > The warning seems to be coming from inside the standard module CGI::Cookie - > not from inside the driver code included with my message. You're right. What version of CGI::Cookie are you using? How much work would it be to explicitly pass $q to each subroutine? That re

RE: uninitialized value at ... CGI/Cookie.pm line 70.

2000-06-14 Thread Ronald Schmidt
EMAIL PROTECTED]' Subject: Re: uninitialized value at ... CGI/Cookie.pm line 70. Ronald Schmidt wrote: > > The full warning message on our system (Solaris, Apache 1.3.3, mod_perl > 1.21?, perl 5.005_02) is: > > [Tue Jun 13 17:37:25 2000] null: Use of uninitialized value at >

Re: uninitialized value at ... CGI/Cookie.pm line 70.

2000-06-14 Thread Drew Taylor
Ronald Schmidt wrote: > > The full warning message on our system (Solaris, Apache 1.3.3, mod_perl > 1.21?, perl 5.005_02) is: > > [Tue Jun 13 17:37:25 2000] null: Use of uninitialized value at > /usr/local/lib/perl5/5.00502/CGI/Cookie.pm line 70. Which line is #70 in the script you posted? It's