Re: Which distribution of PERL to use

2022-07-08 Thread Ruprecht Helms (privat)

Hi,

I think the best way is to have a look in the article in the 
perl.com-Website. Here are descriptions

of the different Perl-Versions running on windows.

MacOS and Linux is also mentioned in the article. So feel free what 
Perl-Version you want to try and


test. You will find that you need.


Regards,
Ruprecht


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/




Re: Which distribution of PERL to use

2022-07-08 Thread Christian Walde

On Fri, 08 Jul 2022 14:59:26 +0200, Ruprecht Helms (privat) 
 wrote:

Am 08.07.22 um 14:49 schrieb Christian Walde:

On Fri, 08 Jul 2022 12:06:07 +0200, Ruprecht Helms (privat)
 wrote:


what I see is that Cygwin enables to run linux on a windows-computer.


That is not what it does.

I don't have the time to explain it, but i recommend actually reading
the cygwin documentation before drawing conclusions and making
recommendations based on such conclusions.


This is not my problem.


My post was not a recommendation for you what to use. That part is indeed 
entirely up to you.

It is however a problem if people spread information that is not true or 
accurate.

As a fellow german i would hope you also value truth and accuracy.

--
With regards,
Christian Walde

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/




Re: Which distribution of PERL to use

2022-07-08 Thread Andy Bach
The WinX Linux subsystem is a valid option
https://pureinfotech.com/install-windows-subsystem-linux-2-windows-10/

I believe it comes with Perl (N. B. Not all-caps “PERL”, please) but
otherwise you can build a dist. From scratch. Another option is ActiveState
https://www.perl.com/article/downloading-and-installing-perl-in-2021/



On Mon, Jul 4, 2022 at 7:53 PM Mr. Faiz Ul Haq Zia 
wrote:

> Hello,
>   Which one of the PERL distribution should I use on windows 11.
> regards
> Faiz ul haque Zeya
> Senior Associate professor BUKC
>
-- 
Andy Bach
afb...@gmail.com
Not at my desk


Re: Which distribution of PERL to use

2022-07-08 Thread armando perez pena
Hi try strawberry  I have been used it for a while and it works quite good. 
There are plenty of options try this and let us know.

Have a nice weekend.

BR,
Armando

From: Ruprecht Helms (privat) 
Sent: Friday, July 8, 2022 2:59:26 PM
To: beginners@perl.org 
Subject: Re: Which distribution of PERL to use

Hi,

Am 08.07.22 um 14:49 schrieb Christian Walde:
> On Fri, 08 Jul 2022 12:06:07 +0200, Ruprecht Helms (privat)
>  wrote:
>
>> what I see is that Cygwin enables to run linux on a windows-computer.
>
> That is not what it does.
>
> I don't have the time to explain it, but i recommend actually reading
> the cygwin documentation before drawing conclusions and making
> recommendations based on such conclusions.


This is not my problem. By default I am using a linux-system (Centos)
for my work, so I have not a reason to read the cygwin documentation.
If I want to do something based on windows, I have hardware on wich
these operatingsystem is installed in addition.

Regards,
Ruprecht


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/




Re: Which distribution of PERL to use

2022-07-08 Thread Ruprecht Helms (privat)

Hi,

Am 08.07.22 um 14:49 schrieb Christian Walde:
On Fri, 08 Jul 2022 12:06:07 +0200, Ruprecht Helms (privat) 
 wrote:



what I see is that Cygwin enables to run linux on a windows-computer.


That is not what it does.

I don't have the time to explain it, but i recommend actually reading 
the cygwin documentation before drawing conclusions and making 
recommendations based on such conclusions.



This is not my problem. By default I am using a linux-system (Centos) 
for my work, so I have not a reason to read the cygwin documentation.
If I want to do something based on windows, I have hardware on wich 
these operatingsystem is installed in addition.


Regards,
Ruprecht


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/




Re: Which distribution of PERL to use

2022-07-08 Thread Christian Walde

On Fri, 08 Jul 2022 12:06:07 +0200, Ruprecht Helms (privat) 
 wrote:


what I see is that Cygwin enables to run linux on a windows-computer.


That is not what it does.

I don't have the time to explain it, but i recommend actually reading the 
cygwin documentation before drawing conclusions and making recommendations 
based on such conclusions.

--
With regards,
Christian Walde

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/




Re: Which distribution of PERL to use

2022-07-08 Thread Ruprecht Helms (privat)

Hi,

what I see is that Cygwin enables to run linux on a windows-computer.
As mentioned the Strawberry-Perl distribution maybe an option for Windows,
but I think if want to do more, it is better to change the operating 
system on your computer
to a linux. What distibution - feel free. You can use Debian, Fedora, 
OpenSuse, ... or if you are a freak

you can use Gentoo-Linux.

All linux-distributions have installed Perl and python default.

Regards,
Ruprecht

Am 08.07.22 um 11:22 schrieb Christian Walde:
On Tue, 05 Jul 2022 02:52:55 +0200, Mr. Faiz Ul Haq Zia 
 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.




--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/




Re: Which distribution of PERL to use

2022-07-08 Thread Christian Walde

On Tue, 05 Jul 2022 02:52:55 +0200, Mr. Faiz Ul Haq Zia 
 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

Re: Which distribution of PERL to use

2022-07-05 Thread Shlomi Fish
hi all,

On Mon, 4 Jul 2022 20:06:55 -0500
Mike  wrote:

> Strawberry Perl would be my preference if it works.
> 
> 

I agree that strawberry Perl is recommended.

See https://perl-begin.org/learn/Perl-perl-but-not-PERL/ though.

> Mike
> 
> 
> On 7/4/22 19:52, Mr. Faiz Ul Haq Zia wrote:
> > Hello,
> >   Which one of the PERL distribution should I use on windows 11.
> > regards
> > Faiz ul haque Zeya
> > Senior Associate professor BUKC  
> 



-- 

Shlomi Fish   https://www.shlomifish.org/
https://www.shlomifish.org/lecture/C-and-CPP/bad-elements/

When Chuck Norris uses git, he takes a coffee break after initiating every git
commit. And then he waits for the commit to finish.
— https://www.shlomifish.org/humour/bits/facts/Chuck-Norris/

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/




Re: Which distribution of PERL to use

2022-07-04 Thread Mr. Faiz Ul Haq Zia
thanks
Faiz ul haque Zeya
faiz.b...@bahria.edu.pk

From: Mike 
Sent: 05 July 2022 06:06
To: beginners@perl.org 
Cc: Mr. Faiz Ul Haq Zia 
Subject: Re: Which distribution of PERL to use


Strawberry Perl would be my preference if it works.


Mike


On 7/4/22 19:52, Mr. Faiz Ul Haq Zia wrote:
Hello,
  Which one of the PERL distribution should I use on windows 11.
regards
Faiz ul haque Zeya
Senior Associate professor BUKC



Re: Which distribution of PERL to use

2022-07-04 Thread Mike


Strawberry Perl would be my preference if it works.


Mike


On 7/4/22 19:52, Mr. Faiz Ul Haq Zia wrote:

Hello,
  Which one of the PERL distribution should I use on windows 11.
regards
Faiz ul haque Zeya
Senior Associate professor BUKC




Re: Which distribution of PERL to use

2022-07-04 Thread Joe Sliva Jr.
I'm interested in learning this also.

On Mon, 4 Jul 2022 at 19:53, Mr. Faiz Ul Haq Zia 
wrote:

> Hello,
>   Which one of the PERL distribution should I use on windows 11.
> regards
> Faiz ul haque Zeya
> Senior Associate professor BUKC
>


Which distribution of PERL to use

2022-07-04 Thread Mr. Faiz Ul Haq Zia
Hello,
  Which one of the PERL distribution should I use on windows 11.
regards
Faiz ul haque Zeya
Senior Associate professor BUKC