in reply to Re: Re: Re: Protect your subs... from *EVIL*.
in thread Protect your subs... from *EVIL*.

Not quite right; it seals any variable used within the sub that was declared outside of the sub (or at least, that's what it is supposed to do.). However, you are right in that part of this process involves turning these variables into globals, whether they were before or not. However, they are SECRET globals! Secret! Only ninjas can find them! :-)

  • Comment on Re: Re: Re: Re: Protect your subs... from *EVIL*.