Bug#790617: -w should warn if numerical result out of range

積丹尼 Dan Jacobson jidanni at jidanni.org
Tue Jun 30 11:56:15 UTC 2015


Package: perl
Version: 5.20.2-6
Severity: wishlist

Even with -w perl keeps silent, only bash warns.

$ set 11111111111; for i in $@ $@$@; do printf %x\\n $i; perl -wle 'printf "%x\n", '$i; echo; done
2964619c7
2964619c7

bash: printf: warning: 1111111111111111111111: Numerical result out of range
ffffffffffffffff
ffffffffffffffff




More information about the Perl-maintainers mailing list