Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hgfawkes

  1. hgfawkes

    HTML::TreeBuilder question

    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...

Part and Inventory Search

Back
Top