>>>>> "DT" == Drew Taylor <[EMAIL PROTECTED]> writes: DT> My underlying concern is that each time the code is run, I get "clean" DT> variables. Every variable is a lexical. If that is enough to guarantee DT> emptiness on each run, then initialization is unnecessary (and in fact a DT> performance decrease). If you initialize a variable at its declaration, will that initialization happen every time thru or will it be done similarly to a BEGIN block? I think that's your real question.
- Is variable initialization necessary? Drew Taylor
- Re: Is variable initialization necessary? Matt Sergeant
- Re: Is variable initialization necessary? Vivek Khera
- Re: Is variable initialization necessary? Drew Taylor
- [OT] Re: Is variable initialization nece... Vivek Khera
- [OT] Re: Is variable initialization... Drew Taylor
- Re: Is variable initialization necessary... Matt Sergeant
- Re: Is variable initialization necessary? Chris Thorman
- Re: Is variable initialization necessary? Matt Sergeant
- Re: Is variable initialization necessary? Rodney Broom
- Re: Is variable initialization necessary? Drew Taylor
- Re: Is variable initialization necessary? Barrie Slaymaker
- Re: Is variable initialization necessary? Drew Taylor