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:/
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
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
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
4 matches
Mail list logo