Mojo::HelloWorld - Hello World!
Contents
Attributes
Mojo::HelloWorld inherits all attributes from Mojolicious.
Description
Mojo::HelloWorld is the default Mojolicious application, used mostly for testing.
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.
Name
Mojo::HelloWorld - Hello World!
See Also
Mojolicious, Mojolicious::Guides, <https://mojolicious.org>.
perl v5.40.0 2024-12-07 Mojo::HelloWorld(3pm)
Synopsis
use Mojo::HelloWorld;
my $hello = Mojo::HelloWorld->new;
$hello->start;
