Приглашаем посетить
Кулинария (cook-lib.ru)

[Chapter 8] 8.28 CGI::Cookie

PreviousChapter 8
Standard Modules
Next
 

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:


PreviousHomeNext
8.27 CGI::CarpBook Index8.29 CGI::Fast