in reply to Re^4: Definition of numerically equal and rationale for 'you' == 'me'
in thread Definition of numerically equal and rationale for 'you' == 'me'
Yes, even though I knew the result, I did test. I even used 5.14.0 on Windows like you. (ActivePerl build 1400, to be specific.)
>perl -e "print \"true\" if 'nanosecond'== 'nanosecond'" true >perl -e "print \"true\" if 'nanosecond'!= 'nanosecond'" >perl -e "print \"true\" if 'informal'== 'formal'" true >perl -e "print \"true\" if 'informal'!= 'formal'" >
'nanosecond', 'informal' and 'formal' are all numerically equal to zero, so your build is very buggy.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Definition of numerically equal and rationale for 'you' == 'me'
by syphilis (Archbishop) on Mar 07, 2012 at 08:51 UTC | |
Re^6: Definition of numerically equal and rationale for 'you' == 'me'
by lutok (Scribe) on Mar 05, 2012 at 23:54 UTC | |
by ikegami (Patriarch) on Mar 06, 2012 at 08:13 UTC | |
by Anonymous Monk on Mar 06, 2012 at 08:21 UTC | |
by lutok (Scribe) on Mar 06, 2012 at 11:31 UTC | |
by Anonymous Monk on Mar 06, 2012 at 11:36 UTC | |
by ikegami (Patriarch) on Mar 06, 2012 at 21:58 UTC | |
by syphilis (Archbishop) on Mar 07, 2012 at 09:25 UTC |