In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] (Greg Froese) wrote:

> thanks for all the help with this.  I actually did mean HTML Links as I am 
> looking to parse out specific links from an HTML file.  I'm not only 
> concerned with "HTTP" link (<a href>) but also other HTML flags.  Right 
> now I'm using HTML::SimpleLinkExtor but I'm not sure that gives me exactly 
> what I want.

please let me know if HTML::SimpleLinkExtor could be improved ;)

> Essentially what I'm trying to do is parse out all info from a web page 
> that is in bold (<b>text</b>).  I'm going to revisit LinkExtor but if 
> there is a better solution, I'm all ears.

HTML::SimpleLinkExtor and HTML::LinkExtor only extract information
for link-like tags (a, base, img, and so on).  if you want to extract
stuff in other tags, you'll need to subclass HTML::Parser directly.
-- 
brian d foy <[EMAIL PROTECTED]> - Perl services for hire
CGI Meta FAQ - http://www.perl.org/CGI_MetaFAQ.html
Troubleshooting CGI scripts - http://www.perl.org/troubleshooting_CGI.html

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to