| | |
perl/Cookie... basic question
![]() |
•
•
Join Date: Apr 2008
Posts: 102
Reputation:
Solved Threads: 2
i want to create a perl /CGI program Cookie, where the username can be remembered even if the browser is shut down and restarted. i am new to Perl programming, and i have no clue from where to start on this, but i am aware on how to set cookies, but when the browser is quit the saved values disappear..
so will some one plzzz help me with a sample code
i am lost
so will some one plzzz help me with a sample code
i am lost Local P ...
Are you familiar with the CGI module? You can set and read cookies with the module. See the CGI documentation for details.
http://perldoc.perl.org/CGI.html#HTTP-COOKIES
There is also the CGI::Cookie module
http://perldoc.perl.org/CGI.html#HTTP-COOKIES
There is also the CGI::Cookie module
•
•
Join Date: Apr 2008
Posts: 102
Reputation:
Solved Threads: 2
•
•
•
•
Are you familiar with the CGI module? You can set and read cookies with the module. See the CGI documentation for details.
http://perldoc.perl.org/CGI.html#HTTP-COOKIES
There is also the CGI::Cookie module
i couldn't find any thing productive there..
wat i want to do is to create a perl persistent cookie ?? how do u code for this
Last edited by localp; Dec 4th, 2008 at 2:03 pm.
Local P ...
![]() |
Other Threads in the Perl Forum
- Previous Thread: In perl script system("cd c:\mnt"); is not working.
- Next Thread: perl arrays
| Thread Tools | Search this Thread |





