OpenFrame::Cookie.3pm

Langue: en

Version: 2004-08-05 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

OpenFrame::Cookie - An abstract cookie

SYNOPSIS

   my $colour = $cookies->get("colour")->value;
 
 

DESCRIPTION

This class is used internally in OpenFrame to hold a cookie. An "OpenFrame::Cookie" object is returned when you fetch a cookie from a "OpenFrame::Cookies" object.

This class is a subclass of "CGI::Cookie". You should call its value() method to get the value.

AUTHOR

James Duncan <jduncan@fotango.com>