in reply to Re^3: Determining whether a value is zero.
in thread Determining whether a value is zero.
That's not quite the same things as considering '00' to be non-zero is it!No, but you were complaining about the arbitraryness. It has the same arbitraryness as for true/false.
So what?C:\test>perl -e"print '00' == 0" 1
Heh, I made the challenge, I make the rules. If you don't like the rules, don't play.$ perl -E 'say "BrowserUK" == 0' 1 $ perl -E 'say "00" eq 0' $
|
|---|