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?


Reply via email to