in reply to Re: How do I return the text of a link after using find_link with WWW::Mechanize?
in thread How do I return the text of a link after using find_link with WWW::Mechanize?
and it works wonderfully.my $topic_obj = $mech->find_link (text_regex => qr/[LINK TEXT]/i ); $PrevMsg = $topic_obj->url; $PrevMsg =~ s/[SORTED DATA]//g;
|
|---|