Hi monks,

I'm not sure if I'm doing the right thing whenever I install cpan perl modules using PPM. Here are the situations:

1) Modules found on Active Repositories (e.g. HTML-Template)

ppm> install HTML-Template

No problem, that works.

2) Modules not found on Active Repositories (e.g. GD)

I go to http://theoryx5.uwinnipeg.ca/ppms/ and click on the the module I want to install. The contents of the .ppd file are shown. I then saved the .ppd file to a temp directory under my perl folder. Then I type:

ppm> install GD.ppd

That works.

3) Modules that can't be installed using both methods (1) and (2) (e.g. EncryptForm)

I go to the CPAN website and copy and paste the source code for the module and save it into a perl directory (for EncryptForm, I saved it under C:\perl\lib\CGI).

Are there other ways of installing CPAN modules, particularly for those that aren't found on Active Repositories?

Thanks in anticipation.


In reply to PPM on windows by kiat

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.