Quote:
|
Originally Posted by Heinrich
The reason why I run cygwin is that when I run perl.exe I never get the C:/, it is just blank. Someone had that problem?
|
It isn't a problem, per se. The EXE just doesn't know what to do, as you haven't given it an argument.
Simply run PERL from the command line with an argument like it was intended:
C:\> \perl\bin\perl myscriptname.pl
or:
C:\perl\bin> perl myscriptname.pl