#!/usr/bin/env ruby require 'cgi' c = CGI.new("html4") print "Content-type: text/html; charset=EUC-JP\n\n" name = c["namae"] bt = c["blood"] print "
#{name}さんは#{bt.upcase}型ですね!