in reply to Re: Scope of variables using strict
in thread Scope of variables using strict
Thanks, that was just the answer to bring everything together for me. It finally just clicked that strict is only checking for variables that were not fully qualified, rather than being defined. That, of course, makes all the difference in the world to the way variables are created.
Dave