Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.27 CGI::CarpChapter 8
Standard Modules
Next: 8.29 CGI::Fast
 

8.28 CGI::Cookie

Provides an interface to Netscape (HTTP/1.1) cookies that can be used in conjunction with CGI.pm or independently. To use CGI::Cookie, you create a new cookie object with the constructor new. You can then send the cookie to the browser in one of the following ways:

The following methods are provided for CGI::Cookie:


Previous: 8.27 CGI::CarpPerl in a NutshellNext: 8.29 CGI::Fast
8.27 CGI::CarpBook Index8.29 CGI::Fast