Is there a way to override the EOL char(s) that Perl uses as I write out lines to a text file? I use:
but when I look in the file it has both the carriage return and newline characters in the file. I am running from a command prompt in Win2k but wanted to know if I can overwrite the default EOL.
-TIA
Code:
print TempFH "units: in\n";
but when I look in the file it has both the carriage return and newline characters in the file. I am running from a command prompt in Win2k but wanted to know if I can overwrite the default EOL.
-TIA