in reply to Re^3: I've muddled my bit and byte formats.
in thread I've muddled my bit and byte formats.
I think I sort of realized that I didn't have what I thought I had but I don't understand why that is the case.
I took a substr one byte long from a variable. Why is that a "string" rather than a byte containing a sequence of 8 bits? What, then, is a "string" in Perl?
Obviously, I'm missing a subtlety here. I understand that a "string" in C is a sequence of characters terminated with a null but I am not aware of a comparable construct in a typeless Perl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: I've muddled my bit and byte formats.
by tybalt89 (Monsignor) on Oct 17, 2018 at 14:47 UTC | |
by murrayn (Sexton) on Oct 18, 2018 at 06:30 UTC | |
|
Re^5: I've muddled my bit and byte formats.
by ikegami (Patriarch) on Oct 17, 2018 at 14:47 UTC |