- or download this
#include "EXTERN.h"
#include "perl.h"
...
mpz_clear(big);
Safefree(out);
- or download this
package Math::Tohex;
...
1;
__END__
- or download this
use ExtUtils::MakeMaker;
...
VERSION_FROM => "lib/Math/Tohex.pm",
LIBS => ["-lgmp"],
);
- or download this
perl Makefile.PL && make
- or download this
perl -wE 'use Math::BigInt; say Math::BigInt->new("4335043554366887798
+866555766")->as_hex;'