"Gisle Aas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Rob Dixon" <[EMAIL PROTECTED]> writes: > > > Perhaps a little better than hacking the module is to mess with the > > package hash %standard_case in the calling code? > > > > $HTTP::Headers::standard_case{"xxx-xxx-xxx"} = "xxx-xxx-xxx"; > > > > would do the trick > > This will not work as %standard_case is a lexical. There is no way to > get to it from outside the HTTP::Headers module.
Thanks Gisle: I missed that. It's probably just as well anyway :) Rob