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.
In reply to Re^5: Problem getting fields out of an XPath node list
by Corion
in thread Problem getting fields out of an XPath node list
by ejc1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |