in reply to Re: Access an executable from perl script
in thread Access an executable from perl script
I don't get this. You're redirecting the output of abc.exe to the file null, and then you want to capture the output of that.$abc_cmd = `abc.exe -i $input_file -o $output_file >null`;
What do you expect $abc_cmd to be afterwards?
|
|---|