in reply to Re: Re: Clearing user defined variables
in thread Clearing user defined variables
Sorry I was a little unclear. By 'reset' I meant
or similar not using reset itself. This sort of 'reset' code is found in modules like CGI.pm to reset the globals and is used as a cleanup handler in mod_perl.%globals = (); # or _init(\%globals);
cheers
tachyon
|
|---|