http://www.perlmonks.org?node_id=829093

Cody Fendant has asked for the wisdom of the Perl Monks concerning the following question:

printf( "%s\n", 2810337464 ); ## prints 2810337464 printf( "%d\n", 2810337464 ); ## prints -1484629832

Using ActiveState Perl 5.10 on Windows XP.