Open up a command line session and type path and see what you get. I get
from my 4DOS session (and I get the same thing in my MD-DOS prompt -- I just checked). What do you get? (Hint: You should have C:\PERL\BIN somewhere in the path -- if not, that's the problem you should be solving.)PATH=C:\PERL\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\4DOS402;C:\PROGRAM F +ILES\MTS
With \PERL\BIN in your path you should be able to run your scripts from a command line. In fact, you should be able to run perl -v to find out your version level of Perl. (I get 5.6.0, build 616 from ActiveState, so I guess I'm up to date.)
When I do run scripts from my desktop I enclose them in a BAT file that contains one line:
I include the path so I don't have to worry about how the PATH is set. It's not the coolest solution -- running the Perl script would be cooler -- I probably ran into the same problem that you did and decided (after five minutes of fiddling) to work around it instead of solving the problem. TMTOWTDI.c:\perl\bin\perl -w txtproc.pl
--t. alex
"Excellent. Release the hounds." -- Monty Burns.
In reply to Re: Perl On Win 98
by talexb
in thread Perl On Win 98
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |