Strawberry Perl works well

For a long time I used Active State. When I has changed laptop I thought I'd give Strawberry Perl a go and I know that I prefer it although I'm not sure I can articulate why.

file associations can be set up automagically by the installation process (I'll accept corrections on this), meaning that double clicking on a .pl in the explorer will Just Work.

Totally correct. Except that the process opens in a command window which closes when the script ends. So, it is necessary to add a delay to the end of the script if you want to see any output. But it is not onerous to type perl script.pl at the command prompt.

If you want a cheap Linux box & are prepared to settle for 4Gb of RAM, consider a Raspberry Pi.

That was exactly what I first thought!

There is an 8Gb version. However, standard Raspberian is a 32 bit OS so cannot access more than 4Gb. There is a 64 bit version of the OS in beta form and it seems likely that a stable release will be along before too long.


In reply to Re^2: New-to-Perl: recommendations for windows setup? (updated) by Bod
in thread New-to-Perl: recommendations for windows setup? by bliako

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.