NAME
Data::Hash::DotNotation - Convenient representation for nested Hash structures
SYNOPSYS
use Data::Hash::DotNotation;
my $dn = Data::Hash::DotNotation->new({
name => 'Gurgeh',
planet => 'earth',
score => {
contact => 10,
scrabble => 20,
},
});
print $dn->get('score.contact');
METHODS
get
set
key_exists
DEPENDENCIES
SOURCE CODE
AUTHOR
binary.com, <perl at binary.com>
BUGS
Please report any bugs or feature requests to bug-moosex-role-registry at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Data-Hash-DotNotation. We will be notified, and then you'll automatically be notified of progress on your bug as we make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Data::Hash::DotNotation
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Data-Hash-DotNotation
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN