>>>>> "L" == Laurence J Lane <ljlane / debian.org> writes: L> How can I get the PID of a program run in a ruby script. I've L> looked at open, popen, system, and %x//, and various Process L> methods, but haven't figured it out. #fork and #exec, no ? Guy Decoux