Tie::CPHash 1.03
Copyright 1997 Christopher J. Madsen

DESCRIPTION

    This module provides a case preserving but case insensitive hash.
    This means that

        $cphash{KEY}    $cphash{key}
        $cphash{Key}    $cphash{keY}

    all refer to the same entry.  Also, the hash remembers which form of
    the key was last used to store the entry.  The `keys' and `each'
    functions will return the key that was used to set the value.

LICENSE

    This program is free software; you can redistribute it and/or modify
    it under the same terms as Perl itself.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either the
    GNU General Public License or the Artistic License for more details.
