How can I screen scrape with Perl?

前端 未结 10 798
夕颜
夕颜 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:35

    If you're familiar with XPath, you can also use HTML::TreeBuilder::XPath. And if you're not... well you should be ;--)

提交回复
热议问题