Strawberry Perl is relatively full-featured, and allows the user to use standard CPAN tools for installing modules.

I don't know if the Padre IDE is up to date anymore. I never really got it working right and couldn't be bothered trying. When I used to use Windows I used Geany as my editor, though if I were to go back to Windows I would probably use vim or gvim.

Nowadays I would probably prefer using the Windows Subsystem for Linux instead of straight Windows Power Shell or Command line. With WSL you should be able to install a linux flavor of Perl using typical build tools. I like Perlbrew or PLENV for managing a non-system Perl (or several of them).

Click-button module management and a Perl IDE used to be the domain of ActivePerl from ActiveState. Active Perl and Strawberry Perl are two different builds, and two different ecosystems. ActivePerl, back when I used it over ten years ago, had more of its own package management system, whereas Strawberry Perl provides the Perl-standard module management system.

Please keep in mind that with Windows Subsystem for Linux, or with VirtualBox, or even with Docker, you can be far less reliant on the underlying operating system nowadays.


Dave


In reply to Re: New-to-Perl: recommendations for windows setup? by davido
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.