From: Florian Frank Date: 2006-04-09T07:06:28+09:00 Subject: Re: Ruby: shift right operator (>>) does not work correctly Joel VanderWerf schrieb: >Maybe there is a bignum problem in java/php? > >Perl (v5.8.7), on the other hand, seems to be in its own world... > >$ perl -e 'printf "%s\n", 4653896912 >> 13' >524287 > > (flori@combinator:~ 0)$ perl -e 'use bignum; printf "%s\n", 4653896912 >> 13' 568102