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