Help for this page

Select Code to Download


  1. or download this
    <input type="text"  name="username"/>
    <input type="password" name="password"/>
    
  2. or download this
    my $cgi = CGI->new();
    my $sid = $cgi->cookie('login');
    ...
    } else { 
      print $cgi->header(-cookie=>$cookie);
     }