in reply to Re^11: Convenient way to use 5.10 features in perldebugger?
in thread Convenient way to use 5.10 features in perldebugger?
It is a matter scope. use features is lexically scoped, and james2vegas demonstrated each statement has its own scope.
Your statement is false, and your code does not support your statement.
Since nobody has yet shown a case proving that any of these ever get run, nobody has yet demonstrated that the lack of affect is due to separate scoping instead of just being due to lack of execution. I see no examples yet that support your conclusion. LanX has given at least two examples that clearly demonstrate a lack of execution.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^13: Convenient way to use 5.10 features in perldebugger? (demo)
by ikegami (Patriarch) on Aug 16, 2010 at 17:22 UTC |