# Header.pm sub set_header { $header_ref->{ $key } = $value; } #### # plugins/foo set_header( $main::header_ref, '-status' => '304 Not Modified' );