Help for this page
#!/usr/bin/perl -- # Automatically enables "strict", "warnings", "utf8" and Perl 5.10 fea +tures use Mojolicious::Lite; ... get '/' => \&mojo_index => 'index';;; app->start;
__DATA__ @@ index.html.ep ... </body> </html>