Help for this page

Select Code to Download


  1. or download this
    use Math::BigInt;
    my $class = "Math::BigInt";
    ...
    my $six  = $class->new(6);
    my $seven = "Math::BigInt"->new(7);
    my $eight = join("::", "Math", "BigInt")->new(8);