in reply to Matching Text On a Web link

:) You wouldn't :)

follow_link does matching on <a href="url"> description </a> only

If you want to associate table text, you'd use $mech->content with HTML::TableParser or HTML::TreeBuilder::XPath or XML::LibXML

Combine with xpather.pl and htmltreexpather.pl and SMOP :)

Replies are listed 'Best First'.
Re^2: Matching Text On a Web link
by doubleqq (Acolyte) on Apr 11, 2014 at 22:13 UTC
    Thank you! This is tremendously helpful.