debian man page for mojolicious::command::fastcgi

Query: mojolicious::command::fastcgi

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Mojolicious::Command::fastcgi(3pm)			User Contributed Perl Documentation			Mojolicious::Command::fastcgi(3pm)

NAME
Mojolicious::Command::fastcgi - FastCGI Command
SYNOPSIS
use Mojolicious::Command::fastcgi; my $fastcgi = Mojolicious::Command::fastcgi->new; $fastcgi->run;
DESCRIPTION
Mojolicious::Command::fastcgi is a command interface to Mojo::Server::FastCGI.
ATTRIBUTES
Mojolicious::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
Mojolicious::Command::fastcgi inherits all methods from Mojo::Command and implements the following new ones. "run" $fastcgi->run; Run this command.
SEE ALSO
Mojolicious, Mojolicious::Guides, <http://mojolicio.us>. perl v5.12.4 2011-11-02 Mojolicious::Command::fastcgi(3pm)
Related Man Pages
mojolicious::command::generate(3pm) - debian
mojolicious::command::generate::makefile(3pm) - debian
mojolicious::command::generate::plugin(3pm) - debian
mojolicious::plugin::headercondition(3pm) - debian
mojolicious::plugin::mount(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?