Hi guys,
I would like to execute something like this in my program:
system("C:\test\perl\a.pl");
But the problem is i need to execute: perl a.pl
Can't just execute the a.pl and expect it to run. Any ideas on how i could simply open up the cmd prompt with my program and cd into the appropriate folder, and then enter: perl a.pl
Thanks for your help.