NAME
Bit::Compare - Compare two "bit strings", returning differing bits
VERSION
version 0.001
bitcompare $s1, $s2
Returns the number of bits that are different between $s1 and $s2.
bit $string
Converts $string from hex to integer, and to bit pattern, and returns as an array
AUTHOR
Andreas Marienborg <andremar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Andreas Marienborg.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.