in reply to Re^3: Cygwin Perl: Question about default @INC
in thread Cygwin Perl: Question about default @INC

Not a weird thing. It seems that your Cygwin PATH environment variable points to ActiveState Perl before the /usr/bin or /usr/local/bin directory where Cygwin's Perl resides. Check it out by typping on bash:
$ echo $PATH
Assuming Cygwin Perl is installed in /usr/bin:
$ /usr/bin/perl -V