开发者

How do I install modules in ActivePerl?

开发者 https://www.devze.com 2022-12-27 11:19 出处:网络
I want to install SGML::Parser::OpenSP in ActivePerl. Any idea what steps should I 开发者_JAVA百科follow?You can add additional PPM repos to PPM, if you can find them.The easiest way to do so is to l

I want to install SGML::Parser::OpenSP in ActivePerl. Any idea what steps should I 开发者_JAVA百科follow?


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.


http://docs.activestate.com/activeperl/5.10/faq/ActivePerl-faq2.html

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号