in reply to Re: Re: "infinity" stringification problem in Perl 5.9.0
in thread "infinity" stringification problem in Perl 5.9.0
$ /opt/perl/5.9.0/bin/perl -wle 'print q(").(100**100**100).q(")' "inf" $ /opt/perl/5.8.1/bin/perl -wle 'print q(").(100**100**100).q(")' "inf"
That means that it's either fixed, or the stringification is done by some library, which works correctly on my platform, and not yours.
Could you compile with the newest blead and see what happens? If you still get a problem, send a report to p5p, with the output of perl -V.
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: "infinity" stringification problem in Perl 5.9.0
by dcd (Scribe) on Sep 05, 2003 at 06:03 UTC | |
by mattr (Curate) on Sep 05, 2003 at 11:54 UTC | |
|
Re: Re: "infinity" stringification problem in Perl 5.9.0
by fglock (Vicar) on Sep 04, 2003 at 21:17 UTC |