From: Devlin Zaussome Date: 2008-04-04T05:51:53+09:00 Subject: Re: Ruby and URL Variables Florian Gilcher wrote: >> Is there an equivalent for Ruby? > > As Ruby is not built with web development in mind, it does not have > such a thing. > > But parameters are accessible through the CGI-Library. You can > find an introduction here: (it is a bit dated, but it mostly fits) > > http://www.ruby-doc.org/docs/ProgrammingRuby/html/web.html Thanks very much for that link, I've got it working now. :) -- Posted via http://www.ruby-forum.com/.