in reply to Perl on cygwin

use forward slashes in the path and double quote " entire path.
the hardest line to type correctly is: stty erase ^H

Replies are listed 'Best First'.
Re^2: Perl on cygwin
by thunderbird (Initiate) on Nov 19, 2007 at 11:35 UTC
    Hi aquarium, I have been using forward slashes and double quotes, however the problem seems to be the fact that Perl on cygwin cannot find the "cd" command. In fact if you do a "which cd" from the command line in Cygwin, you get the result "cd: Command not found", whereas this works for commands like "mkdir". Apparently the cd command from system in cygwin uses the Windows cd and this is the source of the problem I'm experiencing.