File::Repl

File::Repl is a Perl module that provides file replication utilities.
Download

File::Repl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dave Roberts
  • Publisher web site:
  • http://search.cpan.org/~droberts/File-Repl-1.20/Repl.pm

File::Repl Tags


File::Repl Description

File::Repl is a Perl module that provides file replication utilities. File::Repl is a Perl module that provides file replication utilities.SYNOPSIS use File::Repl; %con = { dira => 'C:/perl', dirb => 'M:/perl', verbose => '1', age => '10', }; $ref=File::Repl->New(%con); $r1 = $ref->Update('.p(l|m)','ab',1); $r2 = $ref->Update('.t.*','ab',1,'.tmp$');The File:Repl provides simple file replication and management utilities. Its main functions areFile ReplicationAllowing two directory structures to be maintained, ensuring files that meet selection logic criteria are mirrored and otherwise synchronized.Bulk RenamingAllowing files in a directory structure to be renamed according to the selection logic.CompressingAllowing files in a directory structure to be compressed according to a given logic.ProcessRun a common perl process against files in a directory structure according to selection logic.DeletionAllowing files in a directory structure to be deleted according to the selection logic. Requirements: · Perl


File::Repl Related Software