Ano-Tech Computers
Enter keyword:

Perl: Math::BigInt does not support the as_hex method as documented
Problem:
When using the Math::BigInt module, several of the methods mentioned in the documentation do not appear to exist.
 
Solution:
You are most likely using an older version of the module, which supports only a small subset of the methods supported by more recent versions.

Update your Math::BigInt module to the current version, using the following command:

perl -MCPAN -e 'install Math::BigInt'

 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles