you mean like

while server.gets
	client.puts $_
end




On Sun, 2003-07-20 at 16:21, Pablo Lorenzzoni wrote:
> Hello ALL!
> 
> Is there anyway to pipe two sockets? I want to forward everything that comes 
> from socket1 to socket2 and vice-versa...
> 
> []s
> 
> Pablo