From: Erik Boling Date: 2007-08-09T11:52:00+09:00 Subject: Re: Open link/DL file Roger Pack wrote: > look up open-uri Well i have tried looking that up on google, and other different key words, but still i cant get what i'm looking for. It's all talking about reading from the web page and putting into to hashes and what not. I just want to open the web page. I tried doing, require 'open-uri' open('http://kexp.org/audio/kexp.wmx') this is what i thought you should do, but all the sites have all this other fancy code in there so i'm not sure? if you type this in on address bar it works but nothing happens when i try and write it like that:(? Any more suggestions? -- Posted via http://www.ruby-forum.com/.