RE: Still Can't get perl to work on Win2K Pro PC

2002-07-16 Thread Timothy Johnson
If you want to see what your script is outputting when you double-click on the icon, you will a) need a longer script, or b) need to put a line like ";", which will make the script wait for input, or "sleep 5;", which will make it wait for 5 seconds after it is done. Otherwise your perl install

RE: Still Can't get perl to work on Win2K Pro PC

2002-07-16 Thread Anders Holm
Cory, of course you'd need to be in the directory where "example.pl" is located. :) If you're not then you'd get that message. Otherwise it looks like things are setup nicely on your system. Enjoy your future Perl Hacking! :) Best Regards Anders Holm Critical Path Technical Support Engineer --

Re: Still Can't get perl to work on Win2K Pro PC

2002-07-16 Thread Shawn
Hey Cory, Let go from the top... Perl is installed... Perl is in your PATH... Your script 'example.pl' is in the directory C:\>... You get the error 'No such file or directory' when you type C:\>perl example.pl Is this all correct? My initial guess would be that you are in a