They now have a latest version as 5.32

They actually also provide perl-5.36.1 and perl-5.38.0 releases at https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases:

strawberry-perl-5.36.1.1-64bit-PDL.zip
strawberry-perl-5.36.1.1-64bit-portable.zip
strawberry-perl-5.36.1.1-64bit.msi
strawberry-perl-5.38.0.1-64bit-PDL.zip
strawberry-perl-5.38.0.1-64bit-portable.zip
strawberry-perl-5.38.0.1-64bit.msi

AFAIK, they will all (as well as 5.32.1) work with your "later version of Windows".
I recommend the ".zip" versions as they will operate independently of other perls installed on your machine ... unless you take steps to make it not so.
Basically, just download the zip, unpack it to some location, and execute "portableshell.bat" (which is in that chosen location).

If I upgrade the perl version, will modules that have been added to the basic distribution, be lost?

Pure perl modules will still work, but those modules that required compilation of C and/or XS code will not be compatible with the new version.

Cheers,
Rob

In reply to Re: Strawberry perl on Win 2016 by syphilis
in thread Strawberry perl on Win 2016 by beckmanel

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.