
#===========================================================================
Copyright (C) 2008 by Nik Ogura. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Bug reports and comments to nik.ogura@gmail.com.
#===========================================================================

CGI::Lazy::CookieMonster

use CGI::Lazy::CookieMonster;
my $cm = CGI::Lazy::CookieMonster->new;
$cm->getCookie($cookieName);

Module for handling http cookies.
Come on, when was I gonna find another opportunity for a module called 'CookieMonster'?

Retrieves cookie.
name of cookie.
Dev's have to have fun too. Returns true if $cookie. Will probably mod it so it serves some better function.
some value
Returns Lazy object
Constructor. Returns CookieMonster object.
CGI::Lazy object.