On Fri May 11 04:38:03 2007, ron@savage.net.au wrote:
Show quoted text> via RT wrote:
>
> > I've just added and released the 'force_lower' option in Tie-Handle-CSV
> > version 0.07.
>
> $many x $thanx;
>
> After I submitted that suggestion, I realized lower case suits me but
> not necessarily others. Now, I would suggest 'heading_case', with these
> values
> o lower
> o upper
> o as-is (default)
> Sorry I didn't think of this first :(.
>
That seems reasonable. I may also add an 'any' value for
case-insensitive keys. It would force the use of tied hashes even if you
had 'stringify => 0'. That would take a bit more time and testing, but
supporting 'lower', 'upper' and 'as_is' is pretty easy.