Help for this page

Select Code to Download


  1. or download this
    print"Set-Cookie: botLogin=$username:$trueName:$Hash\n";
    print "Content-Type: text/html\n\n";
    
  2. or download this
    my $cookie = $cgi->cookie(
               -name=>'botLogin',
               -value=>"$username:$trueName:$Hash");
    print $cgi->header(-cookie=>[$cookie,$cookie]),
    $cgi->start_html(-title=>'Login');