Hi Monks,
I am trying to parse out 'a href' tags, their anchor text. Also, if possible, I'd like to get a few words on each side of the tag, but that is less important. I am able to use HTML::TokeParser::Simple to get a list of 'a href' tags, but I am unable to figure out how I would go about getting the anchor text. Does anyone have any suggestions?
Thanks,
ts