![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: require Math::XORby Anomynous Monk (Scribe) |
on Apr 08, 2004 at 23:46 UTC ( #343805=note: print w/replies, xml ) | Need Help?? |
Hrmph; Math::XOR::xor_buf($a,$b) does nothing different
than "$a"^"$b" (except that it ignores anything in $b beyond
the end of $a, and is broken for utf8 data, and doesn't try to convert the input to a string if given a non-string (e.g. an overloaded object, or a numeric-only scalar)).
In Section
Seekers of Perl Wisdom
|
|