Hi eterry28
TreeBuilder inherits a lot of its traversal routines from HTML::Element. I think what you are looking for is
my $node = $root->address('0.1.1.0.1.0.11.0.0');
print $node->as_text;
address will return an undef if there is no node
caveat:
You may not be able to port this to other...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.