LWP 与 libwww-perl 相同吗?

发布于 2024-11-14 02:48:11 字数 357 浏览 1 评论 0原文

我使用 CPAN 工具来安装 LWP,但失败了。然后我使用了PPM工具。我在 PPM 中找不到 LWP,只有 libwww-perl (LWP)。它们是相同的但名称不同吗?

我正在使用 Strawberry Perl

I use the CPAN tool to install LWP, and it failed. Then I used the PPM tool. I can't find LWP in PPM, but only libwww-perl (LWP). Are they the same with a different name?

I am using Strawberry Perl.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

喜你已久 2024-11-21 02:48:11

是的,它们或多或少是同一件事。
libwww-perl 是发行版的名称,并且LWP 是该发行版中主模块的名称。因此,为了使用 LWP,您需要安装 libwww-perl 发行版。有道理吗?

Yes, they are more-or-less the same thing.
libwww-perl is the name of the distribution, and LWP is the name of the main module in that distribution. So in order to use LWP, you would install the libwww-perl distribution. Make sense?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文