Help for this page
NumberOfStrings (1 byte) Str1Length (1 byte) Str1Characters (Str1Length bytes) ... ... StrNLength (1 byte) StrNCharacters (StrNLength bytes)
# Create an example byte-sequence $count = 3; ... print "$str\n"; }