in reply to Re^2: Running Perl with Cygwin
in thread Running Perl with Cygwin
/cygdrive/c/Perl/bin/perl.exe /cygdrive/c/test_error/test.pl
Cygwin has no problem problem understanding /cygdrive/c/Perl/bin/perl.exe, but ActivePerl is not a cygwin application, so it can't open /cygdrive/c/test_error/test.pl.
The simplest solution would be to use your cygwin build of Perl when launching scripts from a cygwin application (like bash).
|
|---|