Help for this page

Select Code to Download


  1. or download this
    package Wrapobj;
    our $VERSION = 1.000;
    ...
    }
    1;
    __END__
    
  2. or download this
    use Math::BigInt; use Wrapobj Math::BigInt->new("100"); warn bmul(2); 
    +warn as_hex()
    
  3. or download this
    use Math::BigInt; use Wrapobj Math::BigInt::; warn new("0x100");