in reply to Writing a string of bits to a file, binary-style
my $bits = '1010110101'; print OUTFILE pack('B*', $bits); [download]