1Mojo::HelloWorld(3)   User Contributed Perl Documentation  Mojo::HelloWorld(3)
2
3
4

NAME

6       Mojo::HelloWorld - Hello World!
7

SYNOPSIS

9         use Mojo::HelloWorld;
10
11         my $hello = Mojo::HelloWorld->new;
12         $hello->start;
13

DESCRIPTION

15       Mojo::HelloWorld is the default Mojolicious application, used mostly
16       for testing.
17

ATTRIBUTES

19       Mojo::HelloWorld inherits all attributes from Mojolicious.
20

METHODS

22       Mojo::HelloWorld inherits all methods from Mojolicious and implements
23       the following new ones.
24
25   startup
26         $hello->startup;
27
28       Creates a catch-all route that renders a text message.
29

SEE ALSO

31       Mojolicious, Mojolicious::Guides, <https://mojolicious.org>.
32
33
34
35perl v5.28.1                      2018-11-22               Mojo::HelloWorld(3)
Impressum