- or download this
# big_factors() is my sub finding all the primes of a number.
my @result = big_factors(600851475143);
say max @result;
- or download this
Can't call method "can" on unblessed reference at
C:/Languages/Perl/perl/lib/Math/BigInt.pm line 2693.
- or download this
$VAR1 = [
[],
...
'sign' => '+'
}, 'Math::BigInt' )
];