Help for this page
print "$cookie\n"; print "Content-type: text/html\n\n"; print "Have we a cookie?????\n";
use CGI; my $cgi = CGI->new; ... -type => 'text/html'); #print "just set a cookie on you<br>" print $cgi->start_html("just set a cookie on you<br>");