Nic Gibson wrote: > open3 doesn't give me a sensible way to get the child's exit status as > far as I can tell. > waitpid? I think IPC::Run might be more like what you're after, it can do pretty much everything IPC::Open3 can and more besides. Matt