handle = IO.popen("other_program", "r+")handle.puts "send input to other program"handle.close_writewhile line = handle.gets puts lineend