Help for this page
my $root = {}; _create_node( $root, 'pp1', 'first' ); _create_node( $root->{pp1}, 'ppp1', 'second' ); # And so forth