View Single Post
Old 01-09-2005   #6 (permalink)
Thorn
Did you do the math?
 
Thorn's Avatar
 
Join Date: Apr 2002
Location: Villa Straylight
Posts: 10,430
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
__________________
Thorn
"Read Altas Shrugged. Compare it to today. Repeat as necessary"
Thorn is offline   Reply With Quote