So far I've been using wget and curl to do screen scraping. Now I would like to switch to perl. What's a good tutorial that will cover basic web programming in perl (preferably without restating the basics)? I'm talking about basic things like getting and parsing pages, submitting forms, proxies, etc.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Tools you will need besides Perl:
basically, using all of the above will give you the ability to crawl most sites. Have fun crawling (-: |
|||
|
|
I've used WWW-Mechanize in the past to achieve the basic web crawling functionality, including form submission and the like. There are some pretty good examples. |
|||
|
|
|
These should pretty much cover everything you're looking for: http://www.perl.com/pub/2002/08/20/perlandlwp.html |
|||
|
|