in reply to An optimal way to induce CRLF using perlio
$message =~ s/\n/\r\n/g;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: An optimal way to induce CRLF using perlio
by perlron (Pilgrim) on Oct 26, 2014 at 21:51 UTC | |
by Anonymous Monk on Oct 27, 2014 at 00:56 UTC | |
by perlron (Pilgrim) on Oct 27, 2014 at 01:21 UTC | |
by Anonymous Monk on Oct 27, 2014 at 01:39 UTC |