Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use Mojolicious::Lite;
    ...
    @@ hi.html.tmpl
    <p> from __DATA__ its @@ hi.html.tmpl
    <p> <TMPL_VAR NAME="t1">
    
  2. or download this
    $ perl foo.pl get /
    [Tue Feb 14 19:24:14 2017] [debug] GET "/"
    [Tue Feb 14 19:24:14 2017] [debug] Routing to a callback
    ...
    [Tue Feb 14 19:24:53 2017] [debug] 200 OK (0.001772s, 564.334/s)
    <p> from exists its hi.html.tmpl
    <p> the first t1