http://www.perlmonks.org?node_id=890993


in reply to Help With Online Table Scraper

Before anyone starts talking about doing HTML scraping these days, it's always important to ask the question, "Is there a better way to do this?". The answer, direct from Yahoo, is yes, yes there is. Use web APIs, not HTML scraping (and YQL is your friend). This way, if Yahoo changes the syntax of their HTML (which can happen at a moment's notice), your tool will continue working.