Help for this page

Select Code to Download


  1. or download this
    $usr = $cgi->param('textfield);
    
  2. or download this
    $pwd = $cgi->param('textfield2);
    
  3. or download this
    if (! $usr) {
    # print error
    }
    
  4. or download this
    print <<HTML;
    
  5. or download this
    <html>
    <head>
    ...
    </body>
    </html>
    HTML;