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?
In reply to Re^2: Access an executable from perl script
by JavaFan
in thread Access an executable from perl script
by abcdefg
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |