Your basic alternative to using PPM is to download the tarball, extract it, and use a
make program (like nmake) to build and install the module. See
A Guide to Installing Modules.
On the whole, it's probably easier to figure out why you can't get your PPM to work the way you want it to.
holli has just written an
excellent tutorial on using ActiveState's PPM tool.
Just looking at the info you provided, I have two comments:
- I believe the command line arguments you are supplying are invalid. The proper form is ppm install $my-module-name, not ppm install $url-for-module.
I could be wrong on that though (Update: [id://baztastic] points out that I am wrong).
- Also, the error shows a typo for the URL to ActiveState's repository ("ppm.ActiveStae.com"). You probably want to fix that. Again, see A guide to installing modules for Win32 for instructions on adding, deleting or modifying repositories.
Hope this helps.
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.