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
Argument "xyz" isn't numeric in eq. #345
Comments
From @vlbrownWhen I run this (sample) code: #!/usr/bin/perl -w $x = 'xyz'; if ($x == '7') { I get a warning: Argument "xyz" isn't numeric in eq at foo.pl line 5. Yes and No. True, the argument isn't numeric... but that's not an 'eq' there at line 5, The message should say Argument "xyz" isn't numeric in == at foo.pl line 5. Perl Info
|
Migrated from rt.perl.org#1178 (status was 'resolved')
Searchable as RT1178$
The text was updated successfully, but these errors were encountered: