Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    use strict;
    ...
    webapp->to_app;
    
    }
    
  2. or download this
    package webapp;
    use Dancer2;
    use Op;
    ...
        template result2 => { title => 'webapp', result2 => $r2 }
    };
    true;
    
  3. or download this
    <form id="f1" method="post" action="/">
    
    <style>
    ...
      </body>
      
    </form>