From: "Matías Palomec" Date: 2008-07-19T07:45:47+09:00 Subject: Re: $_SERVER['QUERY_STRING'] On Fri, Jul 18, 2008 at 7:15 PM, Hj Ka wrote: > In PHP, you can easily access the raw query string with > $_SERVER['QUERY_STRING'] > > Is there an easy way of doing this in Ruby? In a CGI environment you could use: ENV{'QUERY_STRING'} Or test other vars with the cgi: ----------------------------------- #!/usr/bin/ruby print "Content-Type: text/plain\n\n" p ENV ----------------------------------------- Is not tidy, but useful. -- Atentamente, yo Y sin fumar desde (casi) el '1089515700' http://programado.org/ Let one walk alone, commit no sin, with few wishes, like an elephant in the forest