File::Copy::Recursive

File::Copy::Recursive is a Perl extension for recursively copying files and directories.
Download

File::Copy::Recursive Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Daniel Muey
  • Publisher web site:
  • http://search.cpan.org/~dmuey/

File::Copy::Recursive Tags


File::Copy::Recursive Description

File::Copy::Recursive is a Perl extension for recursively copying files and directories. File::Copy::Recursive is a Perl extension for recursively copying files and directories.SYNOPSIS use File::Copy::Recursive qw(fcopy rcopy dircopy fmove rmove dirmove); fcopy($orig,$new) or die $!; rcopy($orig,$new) or die $!; dircopy($orig,$new) or die $!; fmove($orig,$new) or die $!; rmove($orig,$new) or die $!; dirmove($orig,$new) or die $!;This module copies and moves directories recursively (or single files, well... singley) to an optional depth and attempts to preserve each file or directory's mode. Requirements: · Perl


File::Copy::Recursive Related Software