1Mojo::HelloWorld(3) User Contributed Perl Documentation Mojo::HelloWorld(3)
2
3
4
6 Mojo::HelloWorld - Hello World!
7
9 use Mojo::HelloWorld;
10
11 my $hello = Mojo::HelloWorld->new;
12 $hello->start;
13
15 Mojo::HelloWorld is the default Mojolicious application, used mostly
16 for testing.
17
19 Mojo::HelloWorld inherits all attributes from Mojolicious.
20
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
31 Mojolicious, Mojolicious::Guides, <https://mojolicious.org>.
32
33
34
35perl v5.34.0 2022-01-21 Mojo::HelloWorld(3)