The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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