Help for this page

Select Code to Download


  1. or download this
    use Math::BigInt;
    print bytearray_to_bigint(127,2);
    ...
        }
        return $result;
    }
    
  2. or download this
    @ulongs = unpack 'V*', $bytestring;