Hello, I don't know if anyone here will be able to help me but its worth a shot! I've downloaded activeperl and the ppm as recommended to me by a friend.

This sounds like a mistake: "and the ppm". That comes standard with the ActiveState installation. You don't have to do anything special to get this.

If you open a command window and type PPM, this should launch a GUI version of Perl Package Manager (PPM). If it doesn't then navigate to: C:\Perl\bin and try again. I suspect that something is wrong in your path or environment names.

If that doesn't work, then unistall, reboot(yeah, its a Windows thing), then re-install, then re-boot (yeah, its a Windows thing).

You don't have a "clean installation" if this ppm doesn't work ( there should actually be a menu in your Start Programs for PPM). Yes, there are ways to "patch" this and make what you have work. But at the beginning this is in my opinion, inadvisable. Start over, pay attention to what the installation thing says AND make sure that you are downloading the correct version for your machine!

This thing should just "work out of the box", meaning PPM should show about 11K+ of modules. Be patient as it might take some minutes for PPM to sync with the repositories.


In reply to Re: PPM Help by Marshall
in thread PPM Help by ingi

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.