- or download this
ken@titan ~/tmp
$ uname -a
CYGWIN_NT-10.0-19045 titan 3.6.1-1.x86_64 2025-04-09 11:31 UTC x86_64
+Cygwin
- or download this
ken@titan ~/tmp
$ perl -v | head -2 | tail -1
...
$ /usr/bin/perl -v | head -2 | tail -1
This is perl 5, version 40, subversion 2 (v5.40.2) built for x86_64-cy
+gwin-threads-multi
- or download this
ken@titan ~/tmp
$ perl -E 'say for @INC'
...
/usr/share/perl5/vendor_perl/5.40
/usr/lib/perl5/5.40/x86_64-cygwin-threads
/usr/share/perl5/5.40
- or download this
ken@titan ~/tmp
$ perl '-Mdiagnostics' -le 'print $diagnostics::VERSION'
...
$ /usr/bin/perl -Mdiagnostics -le 'print $diagnostics::VERSION'
1.40