Linked by David Adams on Sun 7th Dec 2008 02:03 UTC, submitted by HugoS
Thread beginning with comment 339476
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
lol... the regular expression dealie, is as i see it, the only real unique different perl has over other languages...
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
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:
2006-03-23
lol... the regular expression dealie, is as i see it, the only real unique different perl has over other languages...