in reply to Re: Re: Re: A C-like brain in a Perl-like world
in thread A C-like brain in a Perl-like world
Which behaves as you'd expect. This reminds me of (even though it's completely different):perl -e '$foo = "0.0" + 0; print $foo ? "True" : "False"'
If I remember correctly this comes from an early TPJ article.perl -e 'print "I cannot add" unless 19.08 + 2.01 == 21.09'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 5: A C-like brain in a Perl-like world
by tilly (Archbishop) on Sep 27, 2001 at 07:24 UTC |