http://www.perlmonks.org?node_id=764434


in reply to Re^3: A whirleygig for a progress indicator for scripts
in thread A whirleygig for a progress indicator for scripts

No. From looking at the File::Copy source code, it provides no progress callback. You could try to override CORE::sysread and/or CORE::syswrite, which File::Copy uses in its inner loop. Or just do the progress based on the number of files.