|
|
|
WebscrapeA Web 'Screen Scraper'Calling PageScrape from Perl Perl is amazing, most everyday things that other languages normally have you jumping through fiery hoops to achieve can most likely be done in Perl very easily indeed. If you don't have a Perl setup for windows check out ActiveState, they have a great (free) Perl for windows. This example gets a stock quote given its ticker symbol. $url = 'moneycentral.msn.com/scripts/webquote.dll?iPage=lqd&Symbol='; |