This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't assume too much about how print will scale
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 13 Jun 2002 21:59:07 +0000 (21:59 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 13 Jun 2002 21:59:07 +0000 (21:59 +0000)
commit2bea9a372691b6c02bfc2bf2bd27ffe114c228e1
tree1e94a0542e2513535b4c7ccea9eae00fb0295c11
parent583286cdf92861743893b181874f9813a1550ebe
Don't assume too much about how print will scale
your fp numbers; be explicit and use printf instead--
the assumption broke in UNICOS (from Mark Lutz)
(Use %.0f instead of %d because in 32-bit systems
 the %d may end producing -1 or something else odd.)

p4raw-id: //depot/perl@17225
t/lib/warnings/toke