From: Sajjad Seyyed Date: 2010-02-20T00:29:50+09:00 Subject: Re: Get Goolge Result Eust叩quio Rangel wrote: > 2010/2/19 Sajjad Seyyed : >> Hi >> i wanna write simple code like this : >> puts "Please Enter you word for search in Google.com:" >> x=gets > > If you just want that Google spits the HTML result, you can use > something like > > require "open-uri" > > puts "Please Enter you word for search in Google.com:" > puts open("http://www.google.com/search?q="+gets.split.join("+")).read no i wanna just show me result link pleaseee hellppppppp meeeeeee i neeedddddddddddddddddddd -- Posted via http://www.ruby-forum.com/.