open FIN, "dwtest.dat" or die; my $bytes = do { local $/; }; # slurrrrrp my $bits = unpack "B*", $bytes; my $count = $bits =~ tr/1/1/; print "$count\n";