You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
into an index op with flags that makes it assign to $lexical. Unfortunately that new operation returns the result of the == rather than $lexical. For example with 5.18.3:
Module:
Description
7e8d786 optimized code like:
$lexical = (index(...) == -1);
into an index op with flags that makes it assign to $lexical. Unfortunately that new operation returns the result of the == rather than $lexical. For example with 5.18.3:
but with blead:
Note that without the index this works as expected:
Expected behavior
The assignment should return the modifiable lvalue for $lexical
Perl configuration
The text was updated successfully, but these errors were encountered: