Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        print Dumper($one);
        print Dumper("$one");
    }
    
  2. or download this
    $VAR1 = bless( {
                     'value' => [
    ...
                     'sign' => '+'
                   }, 'Math::BigInt' );
    $VAR1 = '2';
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
        print Dumper($one);
        print Dumper("$one");
    }
    
  4. or download this
    $VAR1 = bless( {
                     '_m' => [
    ...
                     'sign' => '+'
                   }, 'Math::BigFloat' );
    $VAR1 = '2';