From: "John N. Alegre" Date: 2006-03-08T07:43:41+09:00 Subject: Re: Valid email address from CGI input? Justin, This acutally mibht be enough. Thanks john Justin Collins wrote: > For example: >> irb(main):001:0> require 'socket' >> => true >> irb(main):002:0> Socket.gethostbyname("google.com") >> => ["google.com", [], 2, "H\016\317c", "@\351\273c", "@\351\247c"] > > > -Justin