>>>>> "PH" == Peter Haworth <[EMAIL PROTECTED]> writes:

PH> In light of the non-dependency on mod_perl, the
PH> Apache::Request::Form name is also out. I'd still rather not use
PH> the CGI::Form name, in case there are any current users whose
PH> interface would change, which is a shame, because that seems like
PH> the most appropriate name. Erk, any ideas, or proof that no-one
PH> uses the existing CGI::Form?

Well, my older scripts use CGI::Form and CGI::Request along with
CGI::Base.

However, it is easy to work around.  If your new version does not get
a parameter, i.e., is called like "my $q = CGI::Form->new()" or "my
$q = new CGI::Form" then instantiate a CGI::Request object for them
and return that as your object handle, subclassing yourself to that
object.  I think you can do this at runtime...

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: [EMAIL PROTECTED]       Rockville, MD       +1-301-545-6996
GPG & MIME spoken here            http://www.khera.org/~vivek/

Reply via email to