in reply to File::Copy problem

Are you perhaps copying from or to a handle rather than a file name? You might need to use binmode on the handle to remove layers that may transform the data.

Replies are listed 'Best First'.
Re^2: File::Copy problem
by dhannotte (Acolyte) on Apr 02, 2010 at 06:01 UTC
    Sorry. My bad. File::Copy is working fine for me. I'll be more careful in the future to tone down the Chicken Little stuff.