Help for this page

Select Code to Download


  1. or download this
    $bigint1.new("",$integer);
  2. or download this
    use Math::BigInt;
    
    $std1 = 67*34;
    $bigint1 = Math::BigInt->new($std1);
    print "std: $std1\nbigint: $bigint1\n";