in reply to Re^3: Convert ASCII string to 7-bit binary string
in thread Convert ASCII string to 7-bit binary string

Seems like a weird way of writing the following to me:
$out = map { substr unpack('B8', $1), 1 } $string =~ /./g;