logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mojo::HelloWorld - Hello World!

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;

See Also