more useful options | |
PerlMonks |
Re^4: A whirleygig for a progress indicator for scriptsby Corion (Patriarch) |
on May 16, 2009 at 17:50 UTC ( [id://764434]=note: print w/replies, xml ) | Need Help?? |
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.
In Section
Cool Uses for Perl
|
|