I've just installed active state Perl onto a Windows XP PC with a view to doing some administration of remote PC's on our network. Before I go any further I'm not a Network or Windows type person as yet - I tend to work on Solaris/Unix servers. The installation of Perl v5.6.1 went okay (A VERY basic script runs fine) but I now need to install the Win32 extensions and some additional modules that thus far I think I'll need. When trying to use the search command with ppm I get the following error :-

Error connecting to 'http://ppm.ActiveState.com/cgibin/ppmserver.pl?urn:ppmserver'

I'm guessing that this is because I'm working behind a firewall? Is this correct? Does anyone know how to circumvent this? Ithought I'd cheat and just download the WIN32 tar file and extract it into C:\Perl\bin directory. This seemed to work but when I ran the query command from ppm I didn't see any sign of the WIN32 extensions. Should this have worked?

In reply to Perl PPM by Ronnie

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.