Mojo::HelloWorld.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

Mojo::HelloWorld - Hello World!

SYNOPSIS

     use Mojo::Transaction::HTTP;
     use Mojo::HelloWorld;
 
     my $hello = Mojo::HelloWorld->new;
     my $tx = $hello->handler(Mojo::Transaction::HTTP->new);
 
 

DESCRIPTION

Mojo::HelloWorld is the default Mojo application, used mostly for testing.

METHODS

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

new

     my $hello = Mojo::HelloWorld->new;
 
 

Construct a new Mojo::HelloWorld application.

handler

     $tx = $hello->handler($tx);
 
 

Handle request.

SEE ALSO

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