Help for this page

Select Code to Download


  1. or download this
    $cgi->header('text/plain');
    
  2. or download this
    $cgi->header('text/plain'), "\n";
    
  3. or download this
    use CGI;
    $cgi->header('text/plain');