Help for this page

Select Code to Download


  1. or download this
        print "Content-type:  text/html\n";
        print "Set-Cookie: $COOKIE_KEY=$cookie; PATH=$path\n";
    
  2. or download this
        $cookie = cookie (-name => $COOKIE_KEY,
                -value => $cookie,
    ...
    print header(-cookie => $cookie,
    -P3P=>"policyref=/w3c/p3p.xml"
    );