Help for this page

Select Code to Download


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