Help for this page

Select Code to Download


  1. or download this
    my $cookie = $cgi->cookie(
            -name=>'botLogin',
            -value=>"$username:$trueName:$Hash");
    print $cgi->header(-cookie=>[$cookie,$cookie]),$cgi->start_html(-title
    +=>'Login');
    
  2. or download this
    
        #first method..this attempts to just get anything out there and sh
    +ow it to me
    ...
        else{
            print $cgi->h3("No cookie retrieved.");
        }