While ppm is a good tool and you should certainly learn about it, it has its failings. Activestate is *not* in sync with CPAN and some modules never make it there (particularly ones whose install process requires a human being to answer questions). You can find some of those on other repositories, but even so there are gaps.
If you use ActivePerl like the OP and have Visual C or you use Cygwin Perl and have gcc, you can compile your own modules just like on *nix -- either use CPAN or CPANPLUS or do manual installs saying the mantra with an extra n (perl Makefile.PL, nmake, nmake test, nmake install). This will work for most modules.
For pure perl modules you can do a manual install with just nmake.exe (available for free) even if you don't have a C compiler.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.