Help for this page

Select Code to Download


  1. or download this
    $CGI::HEADERS_ONCE = 1;
    
  2. or download this
    if ($cgi_header_already_printed++) {
       warn("Attempting to send second CGI while trying to ...\n");
    } else {
       print CGI->header();
    }