* Mark Overmeer (mark@overmeer.net) [100128 14:43]:
Show quoted text> * EDAVIS via RT (bug-Hash-Case@rt.cpan.org) [100128 13:31]:
> What about via one of these options?
>
> tie %h, 'Hash::Case::Lower', nested => 1;
> tie %h, 'Hash::Case::Lower', recurse => 1;
> tie %h, 'Hash::Case::Lower', nested => 'Hash::Case::Upper';
> tie %h, 'Hash::Case::Lower', nestings =>
Oh, no... that's not possible: only ::Preserve has a seperate
administration for the options. So, should be something like
tie %h, 'Hash::Case::Nested', recurse => 'Hash::Case::Upper';
tie %h, 'Hash::Case::Nested', nestings =>
[ 'Hash::Case::Upper', 'Hash::Case::Preserve' ];
It will be quite expensive to store new data.
--
Regards,
MarkOv
------------------------------------------------------------------------
Mark Overmeer MSc MARKOV Solutions
Mark@Overmeer.net solutions@overmeer.net
http://Mark.Overmeer.net http://solutions.overmeer.net