From: Danny Beaudoin Date: 2005-05-29T06:14:04+09:00 Subject: IO with external program Hi! I would like to run a program from ruby and be able to give it its input and receive the output. This program usually uses stdin and stdout. How may I achieve this? Thanks!