-
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
Perl assumes "inf*" == "Infinity" == number #255
Comments
From goldin@cs.columbia.edu#! /usr/bin/perl # In "Is It a Number?" (http://www.perl.com/CPAN/doc/FMTEYEWTK/is_numeric.html), print "Enter any word. Words starting with \"inf\" will produce the error.\n"; $iFoo = $foo + 0; Site configuration information for perl 5.00502: Configured by ib42 at Fri Nov 20 17:52:24 EST 1998. Summary of my perl5 (5.0 patchlevel 5 subversion 2) configuration: Locally applied patches: @INC for perl 5.00502: Environment for perl 5.00502: |
From @jhiThanks for your report. This particular problem has been reported in -- |
From @jhiIlya Goldin writes:
It gets messy because Perl does nothing and knows nothing about any "inf".
Sadly the second one.
-- |
hints files: Relax strict vars
Migrated from rt.perl.org#1072 (status was 'resolved')
Searchable as RT1072$
The text was updated successfully, but these errors were encountered: