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