Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need a good tutorial on cookies in Perl

Status
Not open for further replies.

Haazi2

Programmer
Aug 25, 2000
51
US
Anyone have any good resources for learning how to do cookies in Perl? Thanks in advance for your suggestions and recommendations.
 
Hello Haazi2,
If you 'use CGI.pm', it is a simple matter of invoking a method. The CGI.pm docs lay it out reasonably well.





keep the rudder amid ship and beware the odd typo
 
I second that - CGI.pm is definitely the easiest way to handle cookies. You don't have to worry about encoding and decoding cookie values with spaces or special characters - it takes care of all that for you. HTH.

Hardy Merrill
Mission Critical Linux, Inc.
 
Sorry goBoating and hmerril, I overlooked the obvious again.
Thanks for reminding of the CGI.pm doc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top