Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        print Dumper($one);
        print Dumper("$one");
    }
    
  2. or download this
    $VAR1 = bless( {
                     '_m' => [
    ...
                     'sign' => '+'
                   }, 'Math::FixedPrecision' );
    $VAR1 = '2.00';
    
  3. or download this
    use strict;
    use warnings;
    ...
        print Dumper($one);
        print Dumper("$one");
    }
    
  4. 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.