Re: Which distribution of PERL to use
"Christian Walde" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 05 Jul 2022 02:52:55 +0200, Mr. Faiz Ul Haq Zia <[email protected]> wrote: > Hello, > Which one of the PERL distribution should I use on windows 11. > regards > Faiz ul haque Zeya > Senior Associate professor BUKC Personally i rely on installing Cygwin and using the Perl provided by that. The reason for that is that Cygwin's Perl is able to handle certain asynchronous activities and linux-close things better. However it also requires becoming familiar with Cygwin. For simple tasks Strawberry should be fine, tho it is currently also lagging behind the official Perl releases. -- With regards, Christian Walde