in reply to Global variables
What's the point you are trying to make here? This issue has nothing to do with global variables, and your only defense here is to not use named subroutines. If you want to use a subroutine you should use a reference to an anonymous function. Note however that if you use 'strict', and call your subroutines without parenthesis, the compile will bark if your subroutine is mistyped. But you can't always easily leave the parenthesis off.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Global variables
by polettix (Vicar) on Oct 06, 2006 at 09:56 UTC |