Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    </body>
    </html>
    
  2. or download this
    #!d:\perl\bin\perl.exe -w
    use strict;
    ...
        print $cgi-> p("Sorry invalid username or password");
    }
    print $cgi->end_html;