in reply to Re^4: Problem getting fields out of an XPath node list
in thread Problem getting fields out of an XPath node list

I recommend that you learn XPath.

There are also browser plugins that show you the XPath to a node if you click on its HTML element.

If XPath feels too complex for you to tackle but HTML / CSS selectors feel more accessible to you, you can easily convert most CSS selectors to XPath by using HTML::Selector::XPath.

  • Comment on Re^5: Problem getting fields out of an XPath node list