in reply to Re: Re: Reading special characters from file?
in thread Reading special characters from file?
... unless, as I take it, $rc eq 'result code', in which case use $rc = system($cmd), unless the result code is actually in the output of the command, in which case use qx.$cmd = "someshellexe $basepath/$file"; $cmd = quotemeta($cmd); $rc = qx($cmd); #
|
|---|