Mojo::Command::Fastcgi.3pm

Langue: en

Version: 2010-08-12 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Mojo::Command::Fastcgi - FastCGI Command

SYNOPSIS

     use Mojo::Command::Fastcgi;
 
     my $fastcgi = Mojo::Command::Fastcgi->new;
     $fastcgi->run;
 
 

DESCRIPTION

Mojo::Command::Fastcgi is a command interface to Mojo::Server::FastCGI.

ATTRIBUTES

Mojo::Command::FastCGI inherits all attributes from Mojo::Command and implements the following new ones.

description

     my $description = $fastcgi->description;
     $fastcgi        = $fastcgi->description('Foo!');
 
 

Short description of this command, used for the command list.

usage

     my $usage = $fastcgi->usage;
     $fastcgi  = $fastcgi->usage('Foo!');
 
 

Usage information for this command, used for the help screen.

METHODS

Mojo::Command::Fastcgi inherits all methods from Mojo::Command and implements the following new ones.

run

     $fastcgi = $fastcgi->run;
 
 

Run this command.

SEE ALSO

Mojolicious, Mojolicious::Guides, <http://mojolicious.org>.