Offer Kaye wrote: > Hi, Hello,
> This is probably trivial, but I couldn't find a mention of this > anywhere - why do the following 2 code lines produce different > results? >>perl -e 'printf "%d\n" ,0xffff_ffff' > -1 >>perl -e 'print 0xffff_ffff , "\n"' > 4294967295 perldoc perlnumber John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>