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