Skrevet av Emne: Perl: Math::BigInt does not support the as_hex method as documented  (Lest 2280 ganger)

ATC

  • Gjest
  • [applaud]0
  • [smite]0
  • When using the Math::BigInt module, several of the methods mentioned in the documentation do not appear to exist.



    ATC

    • Gjest
    [Solved] Perl: Math::BigInt does not support the as_hex method as documented
    « Svar #1 på: 27. ſeptember 2008, 18:24 pm »
  • [applaud]0
  • [smite]0
  • 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'