File::RsyncP::FileIO

Perl Rsync client file system IO
Download

File::RsyncP::FileIO Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Craig Barratt
  • Publisher web site:
  • http://search.cpan.org/~abw/

File::RsyncP::FileIO Tags


File::RsyncP::FileIO Description

Perl Rsync client file system IO File::RsyncP::FileIO is a Perl module that contains all of the file system access functions needed by File::RsyncP. This functionality is relegated to this module so it can be subclassed or replaced by different code for applications where an rsync interface is provided for non-file system data (eg: databases).SYNOPSIS use File::RsyncP::FileIO; my $rs = File::RsyncP->new({ logLevel => 1, rsyncCmd => , rsyncArgs => , logHandler => sub { my($str) = @_; print MyHandler "log: $str "; }; fio => File::RsyncP::FileIO->new({ logLevel => 1, }); }); Requirements: · Perl


File::RsyncP::FileIO Related Software