如何在 ActivePerl 中安装模块?

发布于 2024-08-29 20:20:52 字数 150 浏览 9 评论 0原文

我想安装 SGML::Parser::OpenSP 在 ActivePerl 中。知道我应该遵循什么步骤吗?

I want to install SGML::Parser::OpenSP
in ActivePerl. Any idea what steps should I follow?

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

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

发布评论

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

评论(2

吾家有女初长成 2024-09-05 20:20:52

如果可以找到其他 PPM 存储库,您可以将它们添加到 PPM。最简单的方法是查看 Kobesearch

对于您的模块,它显示 Perl 5.8 的一个 PPM

但是,如果您在 PPM 中找不到可用的模块,则可以使用 PPM::制作。下载模块的 tarball,解压并运行 make_ppm。如果您正确配置了构建 Perl 模块,您将得到一个 PPM 文件。然后,您可以从命令行使用 ppm install foo.ppm 安装它。

You can add additional PPM repos to PPM, if you can find them. The easiest way to do so is to look at Kobesearch.

For your module, it shows one PPM for Perl 5.8.

But if you can't find your module in a PPM that will work, you can build a PPM easily by using PPM::Make. Download a tarball of the module, unpack it and run make_ppm. If you are properly configured to build Perl modules, you will wind up with a PPM file. You can then install it with ppm install foo.ppm from the command line.

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