| Current Path : /usr/share/doc/perl-Mojolicious/examples/ |
| Current File : //usr/share/doc/perl-Mojolicious/examples/hello-template.pl |
# # Minimal "Hello World" application with template for profiling # use Mojolicious::Lite; get '/hello'; app->start; __DATA__ @@ hello.html.ep Hello World!