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