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

NAME

Egg::Request::CGI - CGI module is used and the request is processed.

SYNOPSIS

The setting that decides the behavior of CGI.pm can be written.

 request=> {
   POST_MAX       => 1024,
   DISABLE_UPLOADS=>    1,
   TEMP_DIR       => '/path/to/temp',
   },

When Egg::Plugin::Upload is used, this will become useful.

DESCRIPTION

Please use $e->request->r to call CGI object.

BUGS

All the outputs of the log of debug mode are treated as an error.

The cause seems the purpose is to send STDERR the message. Place current improvement of this matter is not scheduled. I am sorry.

SEE ALSO

Egg::Release, Egg::Request, CGI,

AUTHOR

Masatoshi Mizuno, <mizuno@bomcity.com>

COPYRIGHT AND LICENSE

Copyright (C) 2006 Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.