Mojo::HelloWorld(3) User Contributed Perl Documentation Mojo::HelloWorld(3)
NAME
Mojo::HelloWorld - Hello World!
SYNOPSIS
use Mojo::HelloWorld;
my $hello = Mojo::HelloWorld->new;
$hello->start;
DESCRIPTION
Mojo::HelloWorld is the default Mojolicious application, used mostly
for testing.
ATTRIBUTES
Mojo::HelloWorld inherits all attributes from Mojolicious.
METHODS
Mojo::HelloWorld inherits all methods from Mojolicious and implements
the following new ones.
startup
$hello->startup;
Creates a catch-all route that renders a text message.
SEE ALSO
Mojolicious(3), Mojolicious::Guides(3), <https://mojolicious.org>.
perl v5.32.1 2021-12-08 Mojo::HelloWorld(3)
mojolicious 9.260.0 - Generated Tue May 31 13:34:32 CDT 2022
