From: Ari Brown Date: 2007-08-01T01:47:46+09:00 Subject: Re: Hiding user input On Jul 31, 2007, at 12:51 AM, Nobuyoshi Nakada wrote: > require 'io/console' > name = STDIN.noecho {|i| i.gets}.chomp > > io/console > would work on the platforms support termios, termio or sgtty, and > Win32. Will this work over sockets, though? The idea is that I don't have access to the user's terminal. Thanks, aRi -------------------------------------------| Nietzsche is my copilot