Is there a way to execute JavaScript in Perl?

后端 未结 5 913
眼角桃花
眼角桃花 2020-12-03 23:07

I\'ve worked some years now in Perl building Web scrapers, and given the problem that spam represents, and how scraping Web pages would turn out to be much more easier to th

5条回答
  •  误落风尘
    2020-12-03 23:38

    Would you mean something like JavaScript::SpiderMonkey, a Perl interface to a JavaScript engine used by Mozilla?

提交回复
热议问题