I want to install SGML::Parser::OpenSP
in ActivePerl. Any idea what steps should I follow?
I want to install SGML::Parser::OpenSP in ActivePerl. Any idea what steps should I follow?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 withppm install foo.ppmfrom the command line.