Help for this page

Select Code to Download


  1. or download this
    $var1 = 0x0000805063008357 ;;
    Hexadecimal number > 0xffffffff non-portable at (
    ...
    
    printf "0x%0x\n", $var1 ^ $var2;;
    0x424a6af9cff7ca8
    
  2. or download this
    $str2 = '042426FFFFFFFFFF';;
    
    ...
    
    print unpack 'H*', pack( 'H*', $str1 ) ^ pack('H*', $str2 );;
    0424a6af9cff7ca8