|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re^2: Hex String XORby Marshall (Prior) |
| on Mar 12, 2012 at 09:21 UTC ( #959094=note: print w/ replies, xml ) | Need Help?? |
|
I think this is good as far as it goes, but I would assume that the OP wants to XOR some humongous things that cannot be represented as simple Perl numeric scalar values? In this case, use hex() function. This causes integer overflow if $x and $y are "too big".
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||