The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mojo::Script::Fastcgi - FastCGI Script

SYNOPSIS

    use Mojo::Script::Fastcgi;

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

DESCRIPTION

Mojo::Script::Fastcgi is a script interface to Mojo::Server::FastCGI.

ATTRIBUTES

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

description

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

METHODS

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

run

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