Help for this page

Select Code to Download


  1. or download this
    use Math::BigInt;
    $a = new Math::BigInt(0xFE78A3);
    printf '%02X', $a->band(0xFF);
    
  2. or download this
    A3