in reply to (Ovid) Re: Detecting scoping/namespace conflicts
in thread Detecting scoping/namespace conflicts

[...] consider eliminating them from your code and stick to lexical variables declared with my [...]

But using my instead doesn't catch re-using of variables unless they're in the same scope, which everything inside gregw's if (blah blah) { ... } is not.

    --k.


  • Comment on Re: Re: Detecting scoping/namespace conflicts