Hello helpful Monks:
This time I have a question about how to display a particular byte of binary data, bit-by-bit in it's binary representation as (01001010) for example.
I have already written something like:
printf ("\tByte 0 looks like: 0x%08b\n\n", ord $uh[0]);