in reply to On creating hash whose keys aren't case-sensitive
Why not use HTTP::Headers? It's got all the init_header, push_header, remove_header stuff already done.
You may just need to write a small subclass to add a $header_ref->print_headers method which prints out headers in a format suitable for CGI.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: On creating hash whose keys aren't case-sensitive
by anazawa (Scribe) on Feb 18, 2012 at 15:33 UTC | |
|
Re^2: On creating hash whose keys aren't case-sensitive
by Anonymous Monk on Sep 17, 2012 at 15:57 UTC |