Below isn't the only way to use PPM, I am sure, nor may it be the optimal way, but since i had difficulty using the PPM knowledge that I found here and elsewhere, I decided to post this to help out who I could.

I am on a WIN2k machine, and using ActiveState's Perl (build 630). Perl is installed to c:\perl

THE SETUP: You are a novice like myself, running in an UNIX unfriendly environment, and are using the above technology. You need a module (e.g. DBI) for Perl.

-open a browser
-go to http://www.activestate.com/packages/
-find the module's ppd file and download to c:\perl
-move browser to http://www.activestate.com/packages/x86/
-download the correspond .tar.gz file to c:\perl\perlmod
-done with browser
-open command window (i.e go to DOS prompt)
-move to c:\perl and run PPM
-at PPM prompt type install "name of .ppd file without extention" (i.e install DBI for DBI.ppd)
-PPM will then unpack and install the .tar.gz file downloaded to c:\perl\perlmod
-when the "install" is finished, type query to confirm module loaded

These steps work for me. I know that PPM should be able to go to activestate web site (right?) but i could never get that to work. If anyone has any comments, or ways to straighten me out, then please help.


In reply to How to use PPM (WIN32)... by treebeard

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.