File::Copy::Vigilant

Copy and move files with verification and retries
Download

File::Copy::Vigilant Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Anthony Kilna
  • Publisher web site:
  • http://search.cpan.org/~kilna/

File::Copy::Vigilant Tags


File::Copy::Vigilant Description

File::Copy::Vigilant is a Perl module for when your files absolutely, positively have to get there.By default the copy and move functions will perform MD5 sums on the source and destination file to ensure that the destination file is exactly the same as the source file upon completion. If the copy or move fails for any reason it will attempt 2 retries by default.SYNOPSIS use File::Copy::Vigilant; copy_vigilant( $source, $destination ); move_vigilant( $source, $destination );Product's homepage


File::Copy::Vigilant Related Software