in reply to File::Binary and Carriage-Return issue
What happened on Windows was:
failed to set the file-handler to binmode (in the module's documentation it says it will try... but it doesn't promise it will succeed).$fb_dst->open($file);
The fix for this problem was:
Will open a relevant bug report...binmode $fb_dst->{_fh};
Enjoy,
Mickey
|
---|