Help for this page

Select Code to Download


  1. or download this
    sub unpack_count_ref { 
        my $count = unpack("%32b*", $_[ 0 ] );
        return $count;
    }