Linked by David Adams on Sun 7th Dec 2008 02:03 UTC, submitted by HugoS
Thread beginning with comment 339496
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: Comment by Redeeman
by sbergman27 on Sun 7th Dec 2008 14:43
in reply to "RE: Comment by Redeeman"
[I'm not sure if Python or any other scripting language of its type has anything as powerful as the LWP library
Beautiful Soup:
http://www.crummy.com/software/BeautifulSoup/documentation.html
RE[2]: Comment by Redeeman
by petdance on Sun 7th Dec 2008 16:31
in reply to "RE: Comment by Redeeman"
If you're only using LWP, then you need to get looking at WWW::Mechanize, which handles most of the web page and form handling that you want automatically.
http://search.cpan.org/dist/WWW-Mechanize/




Member since:
2005-11-13
Well, that and the whole web scraping thing. I'm not sure if Python or any other scripting language of its type has anything as powerful as the LWP library:
http://search.cpan.org/~gaas/libwww-perl-5.800/lib/LWP.pm