in reply to Re: Running Perl with Cygwin
in thread Running Perl with Cygwin
Final Question: I can run the perl file from the cygwin build of bash only if I am in the correct directory by using the following:
./test.pl
However, when I try to use the absolute path (i.e. /cygdrive/c/test_error/test.pl) in cygwin I get the below message:
No such file or directory
It appears that the interpreter (ActivePerl) does not like the directory format from cygwin. Is there a way for the bash shell to send the directory data to the interpreter in a format that it will except?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Running Perl with Cygwin
by ikegami (Patriarch) on Jun 24, 2009 at 20:16 UTC | |
|
Re^3: Running Perl with Cygwin
by roboticus (Chancellor) on Jun 25, 2009 at 16:03 UTC | |
by perlpeter (Initiate) on Feb 21, 2014 at 05:19 UTC | |
by Anonymous Monk on Jul 10, 2009 at 05:24 UTC |