Nik Ogura > CGI-Lazy-1.04 > CGI::Lazy::Utility

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

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: CGI-Lazy-1.05

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::Utility

SYNOPSIS ^

        use CGI::Lazy;

        my $q = CGI::Lazy->new('/path/to/config/file');

        my $t = $q->util->debug;

DESCRIPTION ^

Wrapper object for utility functions. Primarily serves as a means to access more specific utility objects, while not polluting the namespace of the parent.

METHODS ^

debug ()

Debugging object. See CGI::Lazy::Utility::Debug for details.

q

Returns CGI::Lazy object

new (lazy)

Constructor.

lazy

CGI::Lazy object.