in reply to tracking where I am in a tree structure

You might want to look at HTML::TreeBuilder and HTML::Element which have a method $elt->address() which already does this.

Replies are listed 'Best First'.
Re^2: tracking where I am in a tree structure
by agaffney (Beadle) on Jul 22, 2004 at 19:50 UTC
    I've already got this code written and I don't have a lot of time to rewrite the thing. I'd like to just build in the functionality to my existing code.