=head1 NAME Hash::Case::Lower - hash with enforced lower cased keys =head1 INHERITANCE Hash::Case::Lower is a Hash::Case is a Tie::StdHash =head1 SYNOPSIS use Hash::Case::Lower; tie my(%lchash), 'Hash::Case::Lower'; $lchash{StraNGeKeY} = 3; print keys %lchash; # strangekey =head1 DESCRIPTION Hash::Case::Lower extends Hash::Case, which lets you play various trics with hash keys. See L for the other implementations. =head1 METHODS $obj-EB(HASH) =over 4 See L =back $obj-EB(PAIRS) =over 4 See L =back $obj-EB(HASH) =over 4 See L =back B(HASH, 'Hash::Case::Lower', [VALUES,] OPTIONS) =over 4 Define HASH to have only lower cased keys. The hash is initialized with the VALUES, specified as ref-array or ref-hash. Currently, there are no OPTIONS defined. =back =head1 SEE ALSO This module is part of Hash-Case distribution version 1.004, built on June 08, 2007. Website: F =head1 LICENSE Copyrights 2002-2003,-2007 by Mark Overmeer. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See F