Help for this page
td.Label + td
my $query = selector_to_xpath('td.Label + td'); ... for (@nodes) { print $_->as_HTML; };