I have a problem with outputing '\0' under mod_perl:
all '\0' are silently translated to '\20' when I printing them out.
This behavior is mentioned only under mod_perl and not under raw perl.

print "Hello\0World";
will print
Hello\x20World

I've searched mail-list archive and found that this problem is not only
my.
But I can't any solution for this.

Dmitry Mottl

Reply via email to