in reply to Re: On creating hash whose keys aren't case-sensitive
in thread On creating hash whose keys aren't case-sensitive
"(be) liberal with your input" does the following:# Header.pm sub set_header { $header_ref->{ $key } = $value; }
Your comment meant a lot to me.# plugins/foo set_header( $main::header_ref, '-status' => '304 Not Modified' );
|
|---|