Well, running the command "
ppm install" would actually download the module, then automatically install the module to the lib folder in Perl for you(if the module was available in the specific perl distribution repository), hence it circumvents the need to download and then navigate to that folder and install a module and all the steps involved. Check
ppm.
Now you downloaded the RRDs.ppd yourself, you need to manually run its MakeFile.pl first and compile it through so you would need the nmake.exe utility to support the manual installation steps on Windows on a similar fashion to that in *nix based systems (i.e 'make', 'make test' and 'make install' would become 'nmake', 'nmake test', 'nmake install' respectively.)...
check:
A guide to installing modules for Win32.
A Guide to Installing Modules
Excellence is an Endeavor of Persistence.
Chance Favors a Prepared Mind.
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.