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

NAME

Mojo::Command::Fastcgi - FastCGI Command

SYNOPSIS

    use Mojo::Command::Fastcgi;

    my $fastcgi = Mojo::Command::Fastcgi->new;
    $fastcgi->run(@ARGV);

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!');

usage

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

METHODS

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

run

    $fastcgi = $fastcgi->run(@ARGV);

SEE ALSO

Mojolicious, Mojolicious::Book, http://mojolicious.org.