From: z Date: 2006-11-04T12:00:05+09:00 Subject: Re: Using another program (Lynx) from within Ruby Gabriele Marrone wrote: > If you really want to use an external program, you could use > something like open("|program") in order to get an IO object > connected to its output. > Anyway I think the best way to do that is by using Net::HTTP ( http:// > phrogz.net/ProgrammingRuby/lib_network.html#NetHTTP ), give it a > look, you could find it useful :) Thanks, that example looks like it has exactly what I need... going to try it now.