in reply to Re: Scope difference between compile-time and run-time
in thread Scope difference between compile-time and run-time ( if( my $x = ... ) {...} )

Out of curiosity:

Is it at least theoretically feasible to fix it as part of a feature such that a use 5.36; would avoid that bug?

I'm not saying this has high priority ...

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^3: Scope difference between compile-time and run-time
by dave_the_m (Monsignor) on Jun 02, 2021 at 06:46 UTC
    I've not looked closely, but I assume yes.

    Dave.