| Catalyst::Engine::CGI::APR - The CGI APR Engine |
Catalyst::Engine::CGI::APR - The CGI APR Engine
A script using the Catalyst::Engine::CGI::APR module might look like:
#!/usr/bin/perl -w
BEGIN {
$ENV{CATALYST_ENGINE} = 'CGI::APR';
}
use strict;
use lib '/path/to/MyApp/lib';
use MyApp;
MyApp->run;
This Catalyst engine uses APR::Request::CGI for parsing of message body.
APR::Request::CGI object.
APR::Pool object.
This class overloads some methods from Catalyst::Engine::CGI::Base.
Catalyst, the APR::Request::CGI manpage, the Catalyst::Engine::CGI::Base manpage.
Sebastian Riedel, sri@cpan.org
Christian Hansen, ch@ngmedia.com
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| Catalyst::Engine::CGI::APR - The CGI APR Engine |