-
Notifications
You must be signed in to change notification settings - Fork 560
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
unitialized variable name wrong with no strict refs #10081
Comments
From @nwc10Created by @nwc10$ ./perl -we '$a = @$a > 0' That second warning is wrong. It should be Use of uninitialized value in numeric gt (>) at -e line 1. Hash derefence has the same error in the warning for numeric gt. Scalar Nicholas Clark Perl Info
|
From @cpansproutFixed by 6d1f089. |
@cpansprout - Status changed from 'new' to 'resolved' |
Migrated from rt.perl.org#72090 (status was 'resolved')
Searchable as RT72090$
The text was updated successfully, but these errors were encountered: