Hi victory.deb!

> copypage should keep line endings on every platform to avoid bothers

>       open DST, ">$dstfile"
>               or die "Could not create $dstfile ($!)\n";
> +     binmode DST;  #On win32 platform, line endings converted to crlf by 
> default.
>  

Are you sure that this does not have any side-effects, for example
regarding charset conversions?

Bas.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to