- or download this
use strict;
use warnings;
...
print Dumper($one);
print Dumper("$one");
}
- or download this
$VAR1 = bless( {
'_m' => [
...
'sign' => '+'
}, 'Math::FixedPrecision' );
$VAR1 = '2.00';
- or download this
use strict;
use warnings;
...
print Dumper($one);
print Dumper("$one");
}
- or download this
$VAR1 = bless( {
'value' => [
...
'sign' => '+'
}, 'Math::FixedPrecision' );
Can't use an undefined value as an ARRAY reference at /home/perlbrew/p
+erls/perl-5.16.0/lib/5.16.0/Math/BigInt/Calc.pm line 1259.