Cgi

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

On 4/3/07, JoeyP [email protected] wrote:

myhash = {“BGCOLOR” => “BLUE”}

cgi.body(myhash) { }

Harry

http://www.kakueki.com/ruby/list.html
Japanese Ruby List Subjects in English