|
NAMEMojo::HelloWorld - Hello World!SYNOPSISuse Mojo::HelloWorld; my $hello = Mojo::HelloWorld->new; $hello->start; DESCRIPTIONMojo::HelloWorld is the default Mojolicious application, used mostly for testing.ATTRIBUTESMojo::HelloWorld inherits all attributes from Mojolicious.METHODSMojo::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 ALSOMojolicious, Mojolicious::Guides, <https://mojolicious.org>.
Visit the GSP FreeBSD Man Page Interface. |