Try going here and downloading the Windows MSI item.

This provides an MSI file that you can install from Explorer. Simply double-click the file and let it work its magic. You should restart your computer once it's finished.

Once you've done that, you're set. For more information, go here.

Update: Ah, now we get to the heart of the matter. The following added to cover the Splinter's reply:

You haven't said whether you're trying to run utility scripts or CGI scripts. If the former, then check out ActiveState's FAQ on the subject.

If the latter, you'll need to install a web server of some form, such as Microsoft's Personal Web Server (bleah) or Apache. If you're not already using PWS, there's a bundle including Perl and Apache called IndigoPerl. I have hear this spoken of favorably, though I have no direct experience with it myself.

If you've checked these out, then please post a message outlining some more specific details such as the script you're running, how you're running it, and what it's doing/not doing right.

--f

In reply to Re: How do I install perl on win2000 so that I can use perl file offline? by footpad
in thread How do I install perl on win2000 so that I can use perl file offline? by Splinter

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.