Help for this page

Select Code to Download


  1. or download this
        use CGI qw/:standard/;
        print header;
    
  2. or download this
        $r->content_type("text/html");
        $r->send_http_header;