link extraction with names
Tom Valley; (valley@ridgefield.sdr.slb.com)
Wed, 23 Jul 1997 08:58:02 -0400
Hi,
I'm trying to extract all <a href="http://....">...</a> links from a bunch of
html files. I've done that already, and I have about 1500 links to work with.
I would also like the information between the <a href...> and </a> tags to go
along with the link. Is there a simple HTML::Element method to do this? I've
RTFM, but I can't seem to find anything related to the text in between the tags
associated with an element from the list of "extract_links".
Thanks.
Thomas