-
Notifications
You must be signed in to change notification settings - Fork 584
global used where lexical was expected #4820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From [email protected]Created by [email protected]Perl is using the global $x where I expected it to use the lexical jefpin@towers [10:36am] ~ #219> bleadperl It has to do with the fact that the next character is "[" or "{". And when I introduce a lexically-scoped @x, then "${x}[2]" is rendered jefpin@towers [10:36am] ~ #219> bleadperl This does not feel right to me. Perhaps this is a case of one of those Perl Info
|
@iabyn - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#8225 (status was 'resolved')
Searchable as RT8225$
The text was updated successfully, but these errors were encountered: