> Hello all,
> 
> Can anyone point me to some good doc on how to
> create/read/delete cookies?
> 
> Thanks!
> 

Hi Stephen
I am new to cookies as well and recently posted a question like this. Here
is what I found helpful:
Here's a good overview:
http://wp.netscape.com/newsref/std/cookie_spec.html
Read the CGI.pm docs, there is a section on cookies
http://stein.cshl.org/WWW/CGI/#cookies
also take a look at CGI::Cookie -
http://www.perldoc.com/perl5.6/lib/CGI/Cookie.html
HTTP::Cookies: - http://www.perldoc.com/perl5.6/lib/HTTP/Cookies.html

If you rather not use these modules and create and read cookies by hand,
just do a google search and you will find plenty


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to