in reply to Re^3: What is a successful return status for perl wait() in Solaris?
in thread What is a successful return status for perl wait() in Solaris?

Does that mean waitpid() for a process id $pid forked by a fork command can expect a return code ( $? ) more than 255. I believe waitpid() should expect $? to be any value between 0-255 ( i. e. the child process (with $pid ) should always exit with a value between 0-255. ) Please clarify my doubt.
  • Comment on Re^4: What is a successful return status for perl wait() in Solaris?