Rick Myers <[EMAIL PROTECTED]> writes:

> On Aug 29, 2000 at 16:11:39 +0400, Alexei V. Barantsev twiddled the keys to say:
> >         Dear mod_perl'ers!
> > 
> > I have found strange difference between object and func modes of CGI
> > library. More precisely - I have a problem with Vars function.
> > 
> > #use CGI qw(:standard :cgi-lib);
> 
>   CGI::_reset_globals;
> 
> > #my $args = Vars;
> 
> _reset_globals() is normally called when you create a new CGI object.
> In this context though, your object lives on between script runs so you
> have to manually tell CGI to reset it.

O-o-ps!

Isn't it a good idea to put this tip into documentation - mod_perl
traps with functional mode of CGI.pm?

-- 
ab
ICQ: 3959207

Reply via email to