use Math::BigInt; : Math « System Functions « Perl





use Math::BigInt;

      


use Math::BigInt;

$bi = Math::BigInt->new('111111111111111111');

print $bi * $bi;

   
    
    
    
    
    
  










Related examples in the same category

1.Create a big integer
2.Using PI constant