Not quite sure of what you want, but if you want to read the output of the system command you are issuing, then use the backticks rather than the system function. For example something like this:
my $output = `some_command.exe $param1 $param2`;After that, $output will contain the output of some_command.exe.
In reply to Re: external program variables
by Laurent_R
in thread external program variables
by welle
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |