270 |
my ( $self, $data, $status, $extra_options ) = @_; |
270 |
my ( $self, $data, $status, $extra_options, $cookie ) = @_; |
271 |
output_with_http_headers( $self->{cgi}, undef, $data, 'html', $status, $extra_options ); |
271 |
output_with_http_headers( $self->{cgi}, $cookie, $data, 'html', $status, $extra_options ); |