Branden wrote: > > > If you had this 'use scope' pragma, this auto-error checking would be > > compromised severely. > > Actually, I think sometimes it can be done with -w (``Variable xyz used only > once, probably spelling error''). Except that only applies to un-declared variables, which currently (and hopefully forever) can only be global variables. -- John Porter
- Re: Closures and default lexical-scope for subs John Porter
- Re: Closures and default lexical-scope for subs Branden
- Re: Closures and default lexical-scope for subs Jonathan Scott Duff
- Re: Closures and default lexical-scope for subs John Porter
- Re: Closures and default lexical-scope for su... Branden
- Re: Closures and default lexical-scope fo... Dan Sugalski
- Re: Closures and default lexical-scope fo... John Porter
- Re: Closures and default lexical-scope fo... Edward Peschko
- Re: Closures and default lexical-scop... Branden
- Re: Closures and default lexical... John Porter
- Re: Closures and default lexical... Edward Peschko
- Re: Closures and default lex... Jonathan Scott Duff
- Re: Closures and default lex... Edward Peschko
- Re: Closures and default lex... Peter Scott
- Re: Closures and default lex... Edward Peschko
- Re: Closures and default lex... Peter Scott
- Re: Closures and default lex... Edward Peschko
- Re: Closures and default lex... Nathan Wiger
- Re: Warnings, strict, and CP... Edward Peschko
- Re: Warnings, strict, and CP... Bryan C . Warnock