Screen Scraping with Perl



How can I screen scrape with Perl? I need some values that are stored in a website. Therefore, I need to scrape the website and fetch the result.



Take a look at the Perl Web Scrapper Library: Web::Scraper, it's a great tool for web scraping.

Although I've generally done this with LWP/LWP::Simple, the current 'preferred' module for any sort of webpage scraping in Perl is WWW::Mechanize.