Help for this page
Select Code to Download
Select
or
download this
sub unpack_count_ref { my $count = unpack("%32b*", $_[ 0 ] ); return $count; }