Monks...
I have been tryng to use the system() command to call an external process and pass parameters to it as well.
the line of code looks something like this :-
this does not seem to work. I can run the exe outside of the script and it works.
Any tips on calling programs in perl on windows ?
Cheers
Danny
p.s. I have read the perldoc for system and done searching as well.