Help for this page

Select Code to Download


  1. or download this
    print $cgi->header(-X_error_code => 1);
    
  2. or download this
    perl -MCGI=header -we'print header('-X_error_code' => 1)'
    
  3. or download this
        if ($MOD_PERL and not $nph) {
            $self->r->send_cgi_header($header);
            return '';
        }