From: Harry Date: 2007-04-04T08:22:14+09:00 Subject: Re: CGI On 4/3/07, JoeyP wrote: > Am I not able to build a string and pass it to the cgi class? > > #!/usr/bin/ruby -w > require 'cgi' > > mystring = "" > mystring << "\'bgcolor\' => \'blue\' " > > > cgi.body(mystring) { > > > This will not give me an error but the parameter for body shows up > blank. > if I write: > > cgi.p { mystring } I can see that the string is formatted correctly. > > Any ideas? > > Thanks in advance > > > myhash = {"BGCOLOR" => "BLUE"} cgi.body(myhash) { } Harry -- http://www.kakueki.com/ruby/list.html Japanese Ruby List Subjects in English