in reply to Re: Re: Re: Surprising Syntax
in thread Surprising Syntax
$crlf = v13.10;
Unfortunately, that is not true on ActiveState perl 5.6.1.
v10 produces the bytes 0x0D 0x0A, so that v13.10 results in 0x0D 0x0D 0x0A. I guess this has to do with STDOUT being considered an "ascii" file on Windows.
|
|---|