in reply to Re: How to download data from a table in Sybase and save the data in text file format using Perl?
in thread How to download data from a table in Sybase and save the data in text file format using Perl?
"\r\n" and "\015\012" in Perl will be handled the same everywhere except MacOS (and perhaps non-ASCII environments) so this practice is buying you little here. In particular, coding "\n" as "\012" does not stop Win32 from prepending a "\r" to it when output via a file handle that isn't in binmode.
- tye (but my friends call me "Tye")
|
|---|