Hub::Data::Nest - Nested data object
Part of the Hub Library
use Hub qw(:standard); my $nest = mkinst( 'Nest' );
$$nest{'colors'} = { white => 'fff', black => '000', };
print '#', $$nest{'colors/black'}, "\n";
This virtual base class ties itself to Hub::Knots::Addressable in order to hook into member access routines.
We wish to have a single hash which behaves as the root element of a hierarchical data structure (such as XML or the DOM.)
new |
AUTOLOAD | DESTROY |
get # fetch set # store append # special store take # delete
Usage: DESTROY
Defining this function prevents it from being searched in AUTOLOAD
Ryan Gies
Copyright (c) 2006 Livesite Networks, LLC. All rights reserved.
Copyright (c) 2000-2005 Ryan Gies. All rights reserved.
This file created by on at