| OpenFrame documentation | view source | Contained in the OpenFrame distribution. |
OpenFrame::Cookie - An abstract cookie
my $colour = $cookies->get("colour")->value;
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.
James Duncan <jduncan@fotango.com>
| OpenFrame documentation | view source | Contained in the OpenFrame distribution. |