Strawberry Perlis a perl environment for MS Windows containing all you need to run and develop perl applications. It is designed to be as close as possible to perl environment on UNIX systems. It includes perl
Main differences from a standard Windows perl build using GCC: A version ofPerl/perl5#23179is used. This has been modified to allow for version differences from perl 5.42 which it targets. Perl has been compiled using the same optimisations as Strawberry Perl 5.38.2.2. This uses additional op...
#win32 on irc.perl.org - Chat Live if your problem is Windows-specific and get help from other Windows perl developers (you might need to wait until someone is awake) Perl Monks or Stack Overflow - Often better quality answers than IRC for questions that aren't Strawberry specific. Mailing...
Strawberry Perl 5.38.2, 32-bit Perl 5.38.2 for 32-bit environments. Key differences from the 64-bit releases are: The files under the c directory are the same as the 32-bit SP 5.32.1 release. This means, for example, that gcc is version 8.3.0. Not all of the CPAN libs are ...
Perl's environment variables for the current user only. * If having a fixed installation path does not suit you, try "Strawberry Perl Portable Edition" from http://strawberryperl.com/releases.html How to use Strawberry Perl? --- * In the command prompt window you ...
Wearing my maintainer hat for such a volunteer-driven project, it would be nice to have 5.34 available too. It is currently a blind spot in our automated testing with Strawberry Perl on Windows via GitHub Actions, while other releases proved to be useful to fix missed bugs we missed otherwis...
The top level needs to be c:\strawberry for many of the components to work (so you should have c:\strawberry\perl, c:\strawberry\c etc ). Many of the component libs are missing due to test failures. See https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues?q=is%3Aissue+is%...
For perl-5.32.1: D:\pscrpt\msvc>perl -MConfig -le "print $]; print $Config{archname}; print $Config{ccversion};" 5.032001 MSWin32-x64-multi-thread 19.33.31630 D:\pscrpt\msvc>perl bench0.pl Benchmark: timing 50000 iterations of Fish, Kevin... Fish: 0 wallclock secs ( 0.20 ...
Cross-ref StrawberryPerl/Perl-Dist-Strawberry#108 Imager is failing the T1 tests under Strawberry perl 5.36 and 5.38 RC (both currently in dev release status). Both are compiled using gcc-13.1. Test results and gdb backtrace are below. F...
If you like, I can send you the pgplot library that I used when I was building those 2 perl modules. Strawberry ships with the plplot library, so PDL::Graphics::PLplot-0.74 should be buildable. That module is currently broken for Windows - but the breakage is hopefully fixable. ...