|
NAMEMojolicious::Command::fastcgi - FastCGI CommandSYNOPSISuse Mojolicious::Command::fastcgi; my $fastcgi = Mojolicious::Command::fastcgi->new; $fastcgi->run; DESCRIPTIONMojolicious::Command::fastcgi is a command interface to Mojo::Server::FastCGI.ATTRIBUTESMojolicious::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. METHODSMojolicious::Command::fastcgi inherits all methods from Mojo::Command and implements the following new ones."run"$fastcgi->run; Run this command. SEE ALSOMojolicious, Mojolicious::Guides, <http://mojolicio.us>.
Visit the GSP FreeBSD Man Page Interface. |