in reply to Scope difference between compile-time and run-time ( if( my $x = ... ) {...} )
I've read somewhere it's an unwanted consequence of the implementation of else which needs to access the variables from the if condition, so they need to live a bit longer. In that case, I'd expect continue to have the same effect, but it clearly doesn't work that way.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Scope difference between compile-time and run-time
by LanX (Saint) on Jun 01, 2021 at 19:40 UTC |