1Mojo::Server::CGI(3)  User Contributed Perl Documentation Mojo::Server::CGI(3)
2
3
4

NAME

6       Mojo::Server::CGI - CGI Server
7

SYNOPSIS

9           use Mojo::Server::CGI;
10           my $cgi = Mojo::Server::CGI->new;
11           $cgi->run;
12

DESCRIPTION

14       Mojo::Server::CGI is a simple and portable implementation of RFC 3875.
15

ATTRIBUTES

17       Mojo::Server::CGI inherits all attributes from Mojo::Server and
18       implements the following new ones.
19
20   "nph"
21           my $nph = $cgi->nph;
22           $cgi    = $cgi->nph(1);
23
24       Activate non parsed header mode.
25

METHODS

27       Mojo::Server::CGI inherits all methods from Mojo::Server and implements
28       the following new ones.
29
30   "run"
31           $cgi->run;
32
33       Process CGI.
34

SEE ALSO

36       Mojolicious, Mojolicious::Guides, <http://mojolicious.org>.
37
38
39
40perl v5.12.3                      2010-08-12              Mojo::Server::CGI(3)
Impressum