It's hard to provide useful advice without more specific detail of your situation and what you're trying to achieve. Please tell us more about that.

Strawberry Perl is popular on Windows and I've used it happily in the past (I never attempt to build Perl from source on Windows because it's too much hassle for my tastes).

On Linux, I prefer to build Perl from source - see here for a detailed example of building the latest perl 5.38 securely from source.

Given Windows nowadays comes with a free Ubuntu VM, one possibility that might appeal to you is to build Perl from source on the Windows Ubuntu VM, as described here.

In case it's of use, my mandatory Building Perl References.

Updated: Minor changes to wording.


In reply to Re: Windows precompiled binaries or DIY compile by eyepopslikeamosquito
in thread Windows precompiled binaries or DIY compile by ObiPanda

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.