Hi, I need to install perl at work following a computer change ('upgrade'). I first tried Activestate, which used to have a 'standard' distribution, and ppm, but now has scrapped it and if I understand correctly one needs to make a build with all desired modules and install that. Well, installation did not work and Activestate support appears to be slow to nonexistent. So I went to Strawberry perl, which I was able to install. The good news is that Strawberry has by default some modules I needed, such as read and write to excel files. But I also want Tk and Devel::ptkdb, which are not included. One option is to download these modules and build them myself. The problem is gmake is disallowed by group object policy and there is no getting around that. Which leaves me CPAN , which also does not work, e.g.:

 install

Loading internal logger. Log::Log4perl recommended for better logging

CPAN: LWP::UserAgent loaded ok (v6.52)

Fetching with LWP:

http://www.cpan.org/authors/01mailrc.txt.gz

LWP failed with code407 messageProxy Authentication Required ( Forefront TMG requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )

Proxy authentication needed!

(Note: to permanently configure username and password run

o conf proxy_user your_username

o conf proxy_pass your_password

)

Username:

CPAN: Term::ReadKey loaded ok (v2.38)

Password:

Not sure what to do next I read somewhere that one could use ppm with strawberry, but not sure how. Anyone have a suggestion?


In reply to Windows installation woes by chafelix

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.