in reply to Re: Is there a variable in which Perl stores the native file delimiter for the platform on which your script is running?
in thread Is there a variable in which Perl stores the native file delimiter for the platform on which your script is running?
my $newline = "\n"; $newline = "\r\n" if grep $_ eq "crlf", PerlIO::get_layers(*STDOUT);
- tye
|
|---|