How can I screen scrape with Perl?

前端 未结 10 826
夕颜
夕颜 2020-12-13 23:28

I need to display some values that are stored in a website, for that I need to scrape the website and fetch the content from the table. Any ideas?

10条回答
  •  北海茫月
    2020-12-13 23:56

    You could also use this simple perl module WEB::Scraper, this is simple to understand and make life easy for me. follow this example for more information.

    http://teusje.wordpress.com/2010/05/02/web-scraping-with-perl/

提交回复
热议问题