There is a very long thread [ruby-talk:39898] that talks about changes in the CGI api to make cgiobj["someval"] return a string instead of array and have cgiobj.params("someval") return an array. Did any of these changes ever get applied? I've looked on the RAA for newer versions of cgi.rb, but I'm assuming it's only bundled with Ruby. I would love to get away from doing cgiobj["someval"].to_s so hopefully some headway has been made in this direction. Thanks, Travis Whitton <whitton / atlantic.net>