brian moseley wrote:
> 
> On Thu, 18 May 2000, Drew Taylor wrote:
> 
> > I personally have code that puts a CGI.pm object in the
> > object ($self), which is then used for both HTML
> > generation AND fetching params AND cookies.
> >
> > For example, I have lines like 'my $val =
> > $self->{CGI}->param('blah')' as well as 'my $form =
> > $self->{CGI}->popup_menu(-name=>'blah', ...)'. The
> > effect is to emulate CGI.pm, while being leaner &
> > simpler.
> 
> am i missing something..? you're actually /using/ CGI.pm
> inside your new module?
No, my /CURRENT/ setup uses CGI.pm. I want to eliminate it entirely in
this new module, while not having to change any of my existing
application code. I would like to not change any lines like the ones
above when switching to the new module.

-- 
Drew Taylor
Vialogix Communications, Inc.
501 N. College Street
Charlotte, NC 28202
704 370 0550
http://www.vialogix.com/

Reply via email to