Help for this page

Select Code to Download


  1. or download this
        my $query = new CGI;
        print $query->header(-cookie => $c);
    
  2. or download this
        $r->content_type("text/html");
        $r->header_out("Set-Cookie", $c);
        $r->send_http_header;