Re: HTML::Parse question

David Tsai (davidt@web-consult.com)
Sat, 10 Jan 1998 21:23:47 -0800


How would I exactly go about getting each link text along with the link itself.
Can you give me some examples, or is there any documentation on it?

> > I am now trying to parse html files.. I was wondering how to get the linked
> > text of links..
> > Example:
> > <A HREF="myfile.html">This is the text I want</A>
> >
> > Can HTML::Parse do that? Or will I have to write a little peace of code to do
> > it myself?
>
> The text is the content of the node arguments passed to the
> $html->traverse callback.