in reply to Re^5: Does anyone use Perl on Windows?
in thread Does anyone use Perl on Windows?
However, IIRC, there are other values that the strtod function provided by old gcc versions (and hence also POSIX::strtod on old perls) will assign incorrectly.>perl -MPOSIX -le "$d = POSIX::strtod('1180591620717411303424.0'); pri +nt unpack ('H*', reverse(pack('d', $d)));" 4450000000000000
|
|---|