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
