http://qs1969.pair.com?node_id=132048


in reply to Are there reasons to instantiate the CGI object more than once?

Sure -- you can create another object that takes as its params a file -- you get a pre-loaded, stateful CGI object.

In mod_perl, in some cases you need to create lexically scoped CGI objects rather than a global one (or pass the CGI object into a sub as a reference).

-- Brett

Go not to the Elves for counsel, for they will say both no and yes

  • Comment on Re: Are there reasons to instantiate the CGI object more than once?