Perl 5 (ppencode-compatible), 64 bytes
You didn't clarify that I must separate each with exactly one character, so here it is mine.
print length uc xor s qq q xor print while length ne ord qw q eq
Explained
# print(length) did not work for zero as $_ is not defined at then
print length uc xor
s qq q xor
# delimiter
print
while
# equals to: length ne 101
length ne ord qw q eq