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
      post '/' => sub {
        my $_POST = "post";
        
    ...
        }
        
        };