in reply to Re^2: Walk through HTML::Treebuilder
in thread Walk through HTML::Treebuilder

combined with the solution I proposed, that would be even more short and simple:

$tree->parse_content (<DATA>); $_->attr ("addr", $_->address) for $tree->look_down (_tag => qr{.});

I never knew about the address property. Thanks, very useful


Enjoy, Have FUN! H.Merijn