On 02/26/13 10:46, Noah wrote:
I want to parse text from a website. what are some good methods and
modules to do this? Any tutorial links?
"Perl & LWP" is the canonical book on the subject:
http://shop.oreilly.com/product/9780596001780.do
HTH,
David
--
To unsubscribe, e-mail: begin
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 an
On 2/26/2013 1:46 PM, 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?
Cheers
WWW::Mechanize
http://search.cpan.org/dist/WWW-Mechanize/lib/WWW/Mechanize.pm
--
To unsubscribe, e-mail: beginners-unsubscr...@
On 10/18/07, Siva Prasad <[EMAIL PROTECTED]> wrote:
> I have gone through WWW::Mechanize module, But could not get an idea how to
> do it.
Can you use Mech to download the web page, for a start? There should
be examples of how to do that. Then you could start making a parser,
probably with the he