I have executed the following code but getting Integer overflow in hexadecimal number
my $var1 = 0x0000805063008357 ; my $var2 = 0x042426FFFFFFFFFF ; my $result = $var1 ^ $var2; printf "0x%0x\n",$result;
In reply to Re^2: Hexadecimal Exclusive OR
by Anonymous Monk
in thread Hexadecimal Exclusive OR
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |