http://qs321.pair.com?node_id=11110921


in reply to Re: File::Copy::Recursive - current file/directory being processed
in thread File::Copy::Recursive - current file/directory being processed

So the obvious question is "What is the 41965th file?" and you could try running the program in the debugger while your callback counts how many files it has seen and takes a different code path (on which you will set a breakpoint) after copying 41964 files to get an answer.

I think that you have found a bug in File::Copy::Recursive. :-)