in reply to Re^2: passing of variables
in thread passing of variables
Using a localized package variable instead of a true lexical variable will lose the benefit of lexical variables: if the function calls another function that uses the package variable, it will see the current local-ized use of it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: passing of variables
by itsscott (Sexton) on May 07, 2011 at 02:33 UTC | |
by John M. Dlugosz (Monsignor) on May 07, 2011 at 03:50 UTC |