Help for this page

Select Code to Download


  1. or download this
    print "$cookie\n";
    print "Content-type: text/html\n\n";
    print "Have we a cookie?????\n";
    
  2. or download this
    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>");