in reply to Writing a string of bits to a file, binary-style
print FH pack 'B*', '101010101010'; [download]