Your IP : 216.73.216.1


Current Path : /usr/share/doc/perl-Mojolicious/examples/
Upload File :
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!