Help for this page
use CGI; $query = new CGI; my $cookie = $query->cookie(-name=>'cookie', -value=>'hello', -domain= +>'www.cis$ print $query->header(-cookie=>$cookie);
#print "Content-type: text/html\n\n"; ... print "naughty boy!" #print "#print "<META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://myadd +ressgoeshere.com/cgi-bin/login.cgi">"; }