Help for this page
use ntheory qw/hammingweight/; say hammingweight(1234567); ... use Bit::Vector; say Bit::Vector->new_Dec(64,1234567)->Norm;