The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

my $rop = Math::BigInt->new(0); my $op = Math::BigInt->new(-123456); my $x = 1103;

gmp_mul_unsigned_integer($rop, $op, $x); print "\n" . $rop . "\n"; print (-123456 * 1103);

gmp_mul_unsigned_integer($op, $op, 5); print "\n" . $op . "\n"; print (-123456 * 5);

1 POD Error

The following errors were encountered while parsing the POD:

Around line 52:

Unknown directive: =DISABLE