Help for this page

Select Code to Download


  1. or download this
    <form id="f1" method="post" action="/">
    
    <style>
    ...
      </body>
      
    </form>
    
  2. or download this
    package webapp;
    use Dancer2;
    #use Dancer::Plugin::RequireSSL;
    ...
        template result => { title => 'webapp', result2 => $r2 }
    };
    true;