I've installed Active State perl 5.8.0 on a new PC for a new user. When running a perl program from the command prompt, there are 2 command line input
c:\> script.pl input1 input2
when running the program is doesn't recongise any command line input. This script is running on 10 other PC's fine.
So far I've:
Added c:\perl\bin to the PATH environment variable
Registered .pl files to perl.exe in Windows
Reinstalled perl
Any help is greatly appreciated!
c:\> script.pl input1 input2
when running the program is doesn't recongise any command line input. This script is running on 10 other PC's fine.
So far I've:
Added c:\perl\bin to the PATH environment variable
Registered .pl files to perl.exe in Windows
Reinstalled perl
Any help is greatly appreciated!