kaka_2 has asked for the wisdom of the Perl Monks concerning the following question:
Hello Experts,
I have an application exe which run quite well from the cmd but when put it into thr simple perl file it does not return any output.
$a = `command.exe`; print $a;
Question is how to troubleshoot? what make it different when it is being executed from a perl file and not cmd.
any hint in this regard will be helpful.
Thank You. -KAKA-
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: an exe can be executed from cmd but wraping into perl fail to run
by Anonymous Monk on Dec 16, 2014 at 17:21 UTC | |
by kaka_2 (Sexton) on Dec 17, 2014 at 11:28 UTC | |
by Anonymous Monk on Dec 17, 2014 at 11:49 UTC | |
by kaka_2 (Sexton) on Dec 17, 2014 at 14:04 UTC | |
|
Re: an exe can be executed from cmd but wraping into perl fail to run
by RichardK (Parson) on Dec 16, 2014 at 17:23 UTC | |
|
Re: an exe can be executed from cmd but wraping into perl fail to run
by Laurent_R (Canon) on Dec 16, 2014 at 18:29 UTC | |
|
Re: an exe can be executed from cmd but wraping into perl fail to run
by soonix (Chancellor) on Dec 18, 2014 at 08:15 UTC |