Help for this page

Select Code to Download


  1. or download this
    -     my $p = product split //, $n;
    +     my $p = 'Math::BigInt'->new(product split //, $n);
    
  2. or download this
    use Math::BigInt;