How do i find out what the return status of an exec() executed command
means?  For example, i have the line

$ciphertext = exec("perl /home/httpd/cgi-bin/passgen.pl
$plaintext",$arr,$retstat);

which makes $retstat = 126.

thanks,
geo


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to