On Fri, May 17, Nicholas Clark wrote:
> On Thu, May 16, 2002 at 08:37:32PM -0400, Dan Sugalski wrote:
> > Pssst. Brent. Don't tell anyone, but ~0 *is* -1... :)
> 
> $ perl -le 'print ~0' 
> 4294967295
> $ perl -le 'print -1'
> -1
> 
> What language were we talking about? :-)

$ perl -e 'printf "%d\n", ~0'
-1
 
Um....

Michael
-- 
Michael Fischer                         Happiness is a config option.
[EMAIL PROTECTED]                        Recompile and be happy.

Reply via email to