in reply to http://perldoc.perl.org/bigint.html#EXAMPLES Failing on Cygwin
But on ActivePerl 5.10.0 (build 1001, bigint-0.22) I get the correct output:C:\_32>perl -Mbigint -le "print log(2)" Can't use an undefined value as an ARRAY reference at C:/perl58_M/lib/ +Math/BigIn t/Calc.pm line 1338. C:\_32>perl -Mbigint -e "print $bigint::VERSION" 0.07
Try updating to a later bigint version (0.22 or later, if possible).C:\_32>perl -Mbigint -le "print log(2)" 0 C:\_32>perl -Mbigint -e "print $bigint::VERSION" 0.22
|
---|