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

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

Re: Which distribution of PERL to use

2022-07-09 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

Re: How to can develop a program

2022-08-02 Thread Ruprecht Helms (privat)
for bigger developing-project the best thing is a roadmap, because you have to plan the steps what the thing should do. Start with a sheet of paper and a pencil and after that you can decide what programminglanguage to use and which module you want to start first. Regards, Ruprecht

Re: How to can develop a program

2022-08-02 Thread Ruprecht Helms (privat)
Hi everybody, Am 02.08.22 um 11:16 schrieb Christian Walde: On Tue, 02 Aug 2022 10:41:36 +0200, Ruprecht Helms (privat) wrote: Am 02.08.22 um 10:07 schrieb Christian Walde: What you're describing is how to make a roadmap for the implementation of a specific program. William asked about

Re: How to can develop a program

2022-08-01 Thread Ruprecht Helms (privat)
Hi, I know eclipse as a developingtool that is normaly used for Java-development. But this tool also have plugins for developing in PHP, for Android-Programming and maybe for development in perl or in python. Regards, Ruprecht Am 01.08.22 um 13:23 schrieb hw: I have installed eclipse on my

Re: How to can develop a program

2022-08-03 Thread Ruprecht Helms (privat)
First you need the roadmap of what you want to do. The other is to read one or both of the mentioned book below. Or book about beginning perl from the Oreily-Distributor. Maybe the book "Effective Perl Programming" from Joseph N. Hall can be an additional option. As mentioned in another mail

Re: change one line in a large fine

2022-11-20 Thread Ruprecht Helms (privat)
Hi, readline will be your friend. Just have a look in the example mentioned this link: https://www.tutorialspoint.com/perl/perl_readline.htm Regards, Ruprecht Am 20.11.22 um 15:41 schrieb supp...@openmbox.net: May i ask a question about reading file? while(0){ print 'hi' } Will never

Re: Upgrade from Debian 11 to Debian 12 Broke Perl.

2024-03-13 Thread Ruprecht Helms (privat)
. The tarball you will find on https://metacpan.org/pod/warnings::unused Regards, Ruprecht | On 13.03.24 13:00, Ruprecht Helms (privat) wrote: Hi, what is saying the following: perl -v   ?? Maybe the below mentioned version needs an update. In this case do the following: |sudo apt

Re: Upgrade from Debian 11 to Debian 12 Broke Perl.

2024-03-13 Thread Ruprecht Helms (privat)
Hi, what is saying the following: perl -v   ?? Maybe the below mentioned version needs an update. In this case do the following: |sudo apt update ||sudo apt install perl ||sudo apt install perl libdatetime-perl libjson-perl After that have a look at perl-packages you need ||apt-cache