show/hide this revision's text 2 added 96 characters in body

So it's fairly straightforward to control the path so the strawberry perl executable

One good thing I can add is used rather than that if you get the built-in right perl to come first in the path, but what about it should handle site-specific CPAN modules ?

I'm you may have installed with strawberry perl running into in a problem because strawberry CMD shell.

"which perlcan't seem to find any of the CPAN modules I've installed" is your friend.

If you had trouble with this, but there doesn't seem to be an environment variable or PATH entry that points to you could set the existing location in my DOS PERL5LIB environment . The executable just seems to know where they arevariable, but can't find them now that it's running it shouldn't be necessary.

I still pass in cygwin bashDOS-style file paths as parameters into the perl script, i.e. "d:\data\myfile.txt", not "/cygdrive/d/data/myfile.txt". So oddly enough, this mix of path notation works:

bash> /cygdrive/d/scripts/myscript.pl d:\data\myfile.txt

show/hide this revision's text 1

So it's fairly straightforward to control the path so the strawberry perl executable is used rather than the built-in perl, but what about CPAN modules?

I'm running into a problem because strawberry perl can't seem to find any of the CPAN modules I've installed, but there doesn't seem to be an environment variable or PATH entry that points to the existing location in my DOS environment. The executable just seems to know where they are, but can't find them now that it's running in cygwin bash.