Cookie question

2002-03-04 Thread Motherofperls
Can I read cookies, (written from a javascript located outside the cgi-bin), with a perl file located inside the cgi-bin?

RE: Cookie question

2002-03-04 Thread Nikola Janceski
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 10:52 AM To: [EMAIL PROTECTED] Subject: Cookie question Hi, I have a javascript program that makes cookies from outside the cgi-bin. I want to access those cookies from a perl file within the cgi-bin. Cookies

Cookie question

2002-03-04 Thread Motherofperls
Hi, I have a javascript program that makes cookies from outside the cgi-bin. I want to access those cookies from a perl file within the cgi-bin. Cookies are a new subject to me and this is the code I've learned so far in making cookies. #!/usr/bin/perl -w # ic_cookies - sample CGI script that u