1OpenFrame::Cookie(3) User Contributed Perl Documentation OpenFrame::Cookie(3)
2
3
4
6 OpenFrame::Cookie - An abstract cookie
7
9 my $colour = $cookies->get("colour")->value;
10
12 This class is used internally in OpenFrame to hold a cookie. An
13 "OpenFrame::Cookie" object is returned when you fetch a cookie from a
14 "OpenFrame::Cookies" object.
15
16 This class is a subclass of "CGI::Cookie". You should call its value()
17 method to get the value.
18
20 James Duncan <jduncan@fotango.com>
21
22
23
24perl v5.38.0 2023-07-21 OpenFrame::Cookie(3)