CGI::Lazy::CookieMonster - CGI::Lazy::CookieMonster documentation


CGI-Lazy documentation  | view source Contained in the CGI-Lazy distribution.

Index


LEGAL

Top

NAME

Top

CGI::Lazy::CookieMonster

SYNOPSIS

Top

	use CGI::Lazy::CookieMonster;

	my $cm = CGI::Lazy::CookieMonster->new;

	$cm->getCookie($cookieName);

DESCRIPTION

Top

Module for handling http cookies.

Come on, when was I gonna find another opportunity for a module called 'CookieMonster'?

METHODS

Top

q ()

Returns Lazy object

new ( q )

Constructor. Returns CookieMonster object.

q

CGI::Lazy object.


CGI-Lazy documentation  | view source Contained in the CGI-Lazy distribution.