If you've downloaded the '.zip' version of build 820, unpack it to any location. If you unpack it to (for example) C:\somewhere, then you'll find the installer.bat in the C:\somewhwere\ActivePerl-5.8.8.820-MSWin32-x86-274739 folder. Then it's just a matter of doing a 'cd' to C:\somewhere\ActivePerl-5.8.8.820-MSWin32-x86-274739 and entering installer.bat. If it prompts you to install perl to a location that contains a space (eg C:\Program Files) don't let it do that. Instead opt for a location that doesn't have any spaces - eg C:\Perl. Otherwise, accept the defaults.

Then run perl -v to check that all is well. All being well, you can then remove the C:\somewhere\ActivePerl-5.8.8.820-MSWin32-x86-274739 folder as it's no longer needed.

If you have downloaded the '.msi' version, then it's just a matter of double clicking on it to proceed with the installation. (Again it's best not to accept any default that wants to install perl to a location that contains spaces.)

Cheers,
Rob

Update: Added reference to msi version

In reply to Re^6: How to get activestate running by syphilis
in thread How to get activestate running by pikablu

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.