On downloading modules for ActiveState Perl you have the easiest way to go with the
PPM (Perl Package Manager), that comes with your default installation of ActivePerl just like
cpan (UPDATED)...Using PPM is the most direct forward, however, there are times when automating modules installation and compilation is not possible due to factors like network restrictions or unavailability . So you gotta resort to manual downloading of the module and compiling it afterwards.
You'd require a make utility in your case in here and there are many flavors out there on the Windows side:
But before that do your homework and read through
Installing Modules, this is one skill you'd much need down the line and you better sharpen it
now before later.
After getting one of these utilities and figuring it out you can just download any zipped Perl module from the Comprehensive Perl Archive Network, extract it to the Perl bin and run the make utility steps on it directly without having to invoke the shells for CPAN nor ppm neither.
Have a Happy Perl coding journey and welcome to the Monastery....
Excellence is an Endeavor of Persistence.
A Year-Old Monk :D .
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.