The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CGI::Mungo::Base - Base Mungo class

SYNOPSIS

        my $r = $mungo->getRequest();
        my $params = $r->getParameters();

DESCRIPTION

Abstract class used in all other CGI::Mungo classes.

METHODS

setError($mesage)

        $obj->setError($message);

Sets an error on the object, the message can be retrieved later.

getError()

        $error = $obj->getError();

Retrieve a previously set error message. This method is used to determine the object's error state.

Notes

Author

MacGyveR <dumb@cpan.org>

Development questions, bug reports, and patches are welcome to the above address

Copyright

Copyright (c) 2011 MacGyveR. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.