Help for this page

Select Code to Download


  1. or download this
    use CGI qw(:standard);
    
    ...
    print "Set-Cookie: cookie=$value\n";
    print "\n\n";
    print "The cookie was set.\n";