print(*options)
print HTTP header and string to $>
# File lib/cgi-lib.rb, line 243 def CGI::print(*options) $>.print CGI::header(*options) + yield.to_s end