# File lib_wpm/wpm/cgidriver.rb, line 20
    def initialize(cgi=CGI.new)
      @cgi = cgi
      @options = Hash.new
      @messg_body = ''
      @closed = false
    end