Nik Ogura > CGI-Lazy > CGI::Lazy::CookieMonster

Download:
Lazy/CGI-Lazy-1.05.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

LEGAL ^

#===========================================================================

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.

#===========================================================================

NAME ^

CGI::Lazy::CookieMonster

SYNOPSIS ^

        use CGI::Lazy::CookieMonster;

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

        $cm->getCookie($cookieName);

DESCRIPTION ^

Module for handling http cookies.

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

METHODS ^

getCookie ( cookie )

Retrieves cookie.

cookie

name of cookie.

goodEnoughForMe( cookie )

Dev's have to have fun too. Returns true if $cookie. Will probably mod it so it serves some better function.

cookie

some value

q ()

Returns Lazy object

new ( q )

Constructor. Returns CookieMonster object.

q

CGI::Lazy object.