Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
蜘蛛应该:
蜘蛛的目的是让新网站保持忙碌,模拟许多用户正在浏览它。
我看过 LWP 和 WWW::Mechanize。不确定应该使用哪个模块,或任何其他更好的建议。如果您有代码示例非常好。
谢谢。
WWW::Mechanize,介于这两种选择之间。它在引擎盖下有 LWP::UserAgent。我没有使用 CPAN 模块 WWW::Spider 的经验,并且知道它远不如 WWW::Mechanize 广为人知,但您也可以看看它是否满足您的需求。不过,我会投票支持经过充分验证的选项。