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

%globals = (); # or _init(\%globals);
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.

cheers

tachyon