From: Tobias Reif Date: 2001-06-20T00:04:48+09:00 Subject: [ruby-talk:16621] pickaxe: socket example on win Hi, should this Pickaxe example work on win? http://www.rubycentral.com/book/tut_io.html -------------------------------- require 'net/http' h = Net::HTTP.new('www.pragmaticprogrammer.com', 80) resp, data = h.get('/index.html', nil) if resp.message == "OK" data.scan(/