in reply to I need a simple explantion of the difference between my() and local()
I know this is getting to be a long thread, but...
Several of the answers in this thread, especially the reply offered by a, helped me to understand. It was the comment about how local pushes a new copy of the variable on a stack that is then popped when the scope is exited that helped me "see the light".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: I need a simple explantion of the difference between my() and local()
by Jemts (Monk) on May 04, 2001 at 02:07 UTC |