RE: fetch CGI::Cookie Trouble

2002-07-29 Thread Bob Showalter
> -Original Message- > From: John Pitchko [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 29, 2002 12:15 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: fetch CGI::Cookie Trouble > > > The code is: > > my $cookie1 = $query->

RE: fetch CGI::Cookie Trouble

2002-07-29 Thread John Pitchko
he CGI::Cookie package with the fetch subroutine, but I thought I would try it using the CGI package. I took this code from the http://www.perl.com/doc/manual/html/lib/CGI.html#NETSCAPE_COOKIES. The result is that these hashes are empty. John Pitchko Data Services Saskatchewan Government Insuran

RE: fetch CGI::Cookie Trouble

2002-07-29 Thread Bob Showalter
> -Original Message- > From: John Pitchko [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 29, 2002 9:40 AM > To: [EMAIL PROTECTED] > Subject: fetch CGI::Cookie Trouble > > > Hey guys, > > I am having trouble when accessing cookies we've created. I &g

fetch CGI::Cookie Trouble

2002-07-29 Thread John Pitchko
Hey guys, I am having trouble when accessing cookies we've created. I am using CGI::Cookie in a script to generate the cookie and send it to the browser. This seems to work fine, as the cookie is then saved and I can see it in my local Cookies folder on my computer. However, when using the fet