Help for this page

Select Code to Download


  1. or download this
    #### Method: header
    # Return a Content-Type: style header
    ...
    
        return "" if $self->{'.header_printed'}++ and $HEADERS_ONCE;
    
  2. or download this
        # Change this to 1 to suppress redundant HTTP headers
        $HEADERS_ONCE = 0;
    
  3. or download this
    $HEADERS_ONCE++,         next if /^[:-]unique_headers$/;
    
  4. or download this
    use CGI qw( -unique_headers );