From: Tom Arra Date: 2008-03-04T08:04:30+09:00 Subject: Re: Scan HTML Tom Arra wrote: > One more little problem. I noticed that this net/http method automaticly > puts in port 80. Problem is that I need to get to a different port. > There has to be a way around this, right? Nevermind just figured it out puts Net::HTTP.new('<>',<>) -- Posted via http://www.ruby-forum.com/.