- or download this
#include "EXTERN.h"
#include "perl.h"
...
}
mpz_clear(big);
}
- or download this
package Math::Tobase;
...
1;
__END__
- or download this
=head1 NAME
...
=cut
- or download this
use ExtUtils::MakeMaker;
...
VERSION_FROM => "lib/Math/Tobase.pm",
LIBS => ["-lgmp"],
);
- or download this
perl Makefile.PL && make
- or download this
perl -I./lib -Iblib/arch -we 'use Math::Tobase; print tobase(13, 54),
+"\n";'