in reply to Clearing user defined variables
Yes, I think it's safe to say you should use another way to do what you want.
My advice would be to use my lexically local variables - declare them at the start of your loop, and initialize them the way you want them.
The method you are proposing is dangereous, inefficient, and pretty much guaranteed to break the moment you make a change to your script without paying specific attention to your hack.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Clearing user defined variables
by ambrus (Abbot) on Apr 13, 2004 at 17:25 UTC |