FixNEthing has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to print a chr(10) to a binary file, but it prints 13 10 instead. Is there any around this ?
I'm writing and testing on a windows platform, but the program is for a cgi-bin on linux.
Comment on printing chr(10) to a file also adds chr(13)