in reply to an exe can be executed from cmd but wraping into perl fail to run

You did not say much about your executable application, so we don't know what it's doing. It could be that it is sending its output to STDERR instead of STDOUT, in which case you would not capture such output with the backticks.

Also please tell us on which operating system you are doing that.

  • Comment on Re: an exe can be executed from cmd but wraping into perl fail to run