Re: Perl stopped working

2025-04-17 Thread Kevin Schnitzius via Cygwin
On Thursday, April 17, 2025 at 11:54:44 AM EDT, Michael via Cygwin wrote: > perl > perl -v > perl -e 'print "Hello Perl\n"' > same result for all 3 of them (equal to 'echo ""'). Are you sure? echo $? Kevin -- Problem reports: https://cygwin.com/problems.html FAQ: https:/

Re: Perl stopped working

2025-04-17 Thread Brian Inglis via Cygwin
WJFFM! $ perl --version This is perl 5, version 40, subversion 1 (v5.40.1) built for x86_64-cygwin-threads-multi (with 3 registered patches, see perl -V for more detail) Copyright 1987-2025, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General

Re: Perl stopped working

2025-04-17 Thread René Berber via Cygwin
On 4/17/2025 9:52 AM, Michael via Cygwin wrote: After running cygwin-setup and updating all cygwin-packages, perl no longer seems to work (or maybe a coincidence). Executing "perl" without any argument normally let perl wait for input from stdin/keyboard. But it immediately returns to the pro

Re: Perl stopped working

2025-04-17 Thread David Dyck via Cygwin
try echo 'print "Hello Perl\n"' | perl perhaps you're thinking of pythons REPL ? I sort of like perl -de 1 to interact with perl On Thu, Apr 17, 2025 at 8:53 AM Michael via Cygwin wrote: > After running cygwin-setup and updating all cygwin-packages, perl no > longer seems to work (or maybe a