Help for this page

Select Code to Download


  1. or download this
    <form action="/login.cgi">
        <input type="hidden" value="[% returnurl %]" name="returnurl" />
    ...
        <input type="password" name="password" />
        <input type="submit" value="login" />
    </form>
    
  2. or download this
    use CGI;
    
    ...
    } else {
        print "Forbidden";
    };