NAME
Tie::IxHash::Easy - Auto-tie()s internal hashes in a tied hash
SYNOPSIS
use Tie::IxHash::Easy;
tie %x, 'Tie::IxHash::Easy';
DESCRIPTION
This module automatically ties any hash reference in the tied hash to the same class, making all of them behave like Tie::IxHash hashes.
SEE ALSO
See Tie::IxHash for what that module does.
See Tie::Autotie for a generalization of this module.
See Tie::Autotie for two bugs that this module also exhibits.
AUTHOR
Jeff japhy
Pinyan, <japhy@pobox.com>
COPYRIGHT AND LICENSE
Copyright (C) 2004 by japhy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 39:
Unknown directive: =head