my $command = "$FindBin::Bin\\lib\\lmutil lmstat -c $VALOR_LICENSE_FIL +E"; my $result = qx/$command/; # qx / / # or my $result = `$command`; # backquote ` `
In reply to Re: Get result STDOUT of exe into scalar/array instead of file
by Roger
in thread Get result STDOUT of exe into scalar/array instead of file
by juo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |