On Feb 26, 2013, at 10:46 AM, Noah wrote:

> Hi there,
> 
> I want to parse text from a website.  what are some good methods and modules 
> to do this?  Any tutorial links?

I am currently using LWP::UserAgent to scrape some websites and 
HTML::TokeParser and HTML::TableExtract to extract links and text from the 
downloaded web pages. See the documentation for these modules for samples.


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to