Click to See Complete Forum and Search --> : Using cookies with perl & CGI


bduncan8
12-13-2002, 01:27 AM
I am working on an assignment and trying to get my CGI to remember logins. I have tried to find some info on how to implement cookies but have not found it. Can someone briefly explain how, or point out a link that will have a tutorial on using cookies. Thanks for any help! I am a perl newbie, or actually a programming newbie too, so as simple as possible first, then I can build on it later.

PhatBarren
12-13-2002, 02:33 AM
try this one:
http://stein.cshl.org/WWW/software/CGI/cgi_docs.html
there's HTTP Cookies in that Contents list on the left a little bit down you'll see when you go to that URL

Good Luck