> $? does not work with popen, or open3. I am not sure why one would want > to run a process, and monitor the output, yet not care what the exit > status is? One would think that this oversite will be fixed in future > releases. > > ~S Before I get flamed, know Process.waitpid can be used... ~S