in reply to Re: HTML and Xpath
in thread HTML and Xpath

Instead of detaching, you could also
print $result->findvalue(q{./div[@class="here"]});
or
print $result->findvalue(q{div[@class="here"]});