in reply to Using HTML::TreeBuilder to extract sections spanning multiple tags

It sounds like you want the right() method documented in the HTML::Element module which comes in the HTML::TreeBuilder (of which TreeBuilder is also a part).

You might also look in my HTML::Element::Library for the siblings() method which is a more general approach to the same problem.

Good luck,

Replies are listed 'Best First'.
Re^2: Using HTML::TreeBuilder to extract sections spanning multiple tags
by Seixon (Initiate) on Feb 03, 2005 at 22:02 UTC
    Thanks a lot for taking the time to help me out with such a simple problem!