MAN page from Old RedHat 7.X perl-String-BitCount-1.11-8.i386.rpm
BitCount
Section: User Contributed Perl Documentation (3)
Updated: perl v5.6.0
Index NAME
String::BitCount, BitCount showBitCount - count number of ``1'' bits in string
SYNOPSIS
use String::BitCount;
DESCRIPTION
- BitCount LIST
- Joins the elements of LIST into a single stringand returns the the number of bits in this string.
- showBitCount LIST
- Copies the elements of LIST to a new list and convertsthe new elements to strings of digits showing the numberof set bits in the original byte. In array context returnsthe new list. In scalar context joins the elements of thenew list into a single string and returns the string.
AUTHOR
Winfried Koenig <winAATTin.rhein-main.de>
SEE ALSO
perl(1)
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- AUTHOR
- SEE ALSO
This document was created byman2html,using the manual pages.