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....
DMUEY/File-Copy-Recursive-0.45 - 23 Jul 2019 14:38:13 UTCUse File::Copy::Verify for recursive copy....
JASEI/File-Copy-Recursive-Verify-0.1.0 - 25 Oct 2016 20:52:29 UTCThis library is intended as a not-quite-drop-in replacement for certain functionality provided by CPAN distribution File-Copy-Recursive <http://search.cpan.org/dist/File-Copy-Recursive/>. The library provides methods similar enough to that distributi...
JKEENAN/File-Copy-Recursive-Reduced-0.006 - 20 Apr 2018 14:47:53 UTC"File::Mirror" provides two helper functions to do recursive directory operations between source path and destination path. One is to call "mirror" which will do recursive copy. The other is to call "recursive" with a code block, which will be code f...
JWU/File-Mirror-0.10 - 26 Feb 2007 16:19:19 UTCFile::NCopy::copy copies files to directories, or a single file to another file. You can also use a reference to a file handle if you wish whem doing a file to file copy. The functionality is very similar to cp. If the argument is a directory to dire...
CHORNY/File-NCopy-0.36 - 26 Nov 2007 22:14:34 UTC"Net::FTP::Recursive" is a class built on top of the Net::FTP package that implements recursive get and put methods for the retrieval and sending of entire directory structures. This module's default behavior is such that the remote ftp server should...
JDLEE/Net-FTP-Recursive-2.04 - 29 Mar 2009 19:15:54 UTCFile::Flat implements a flat filesystem. A flat filesystem is a filesystem in which directories do not exist. It provides an abstraction over any normal filesystem which makes it appear as if directories do not exist. In effect, it will automatically...
ETHER/File-Flat-1.07 - 23 Aug 2020 21:49:12 UTC#=head2 awk # #Not implemented. # #=cut #sub awk { # _not_implemented(); #} basename Given a path to a file or directory returns the last part of the path. See File::Basename for details....
SZABGAB/File-Tools-0.09 - 17 Oct 2013 10:42:31 UTC* $rv = DO($file,[optional] "no warnings string"); This is a fancy 'do file'. It first checks that the file exists and is readable, then does a 'do file' to pull the variables and subroutines into the current name space. The 'do' is executed with ful...
MIKER/File-SafeDO-0.14 - 27 Jan 2014 21:02:01 UTCFile::RsyncP is a perl implementation of an Rsync client. It is compatible with Rsync 2.5.5 - 2.6.3 (protocol versions 26-28). It can send or receive files, either by running rsync on the remote machine, or connecting to an rsyncd deamon on the remot...
CBARRATT/File-RsyncP-0.76 - 25 Sep 2020 20:39:33 UTCThis class keeps track of the directory aspects of a PDF file. There are two parts to the directory: the main directory object which is the parent to all other objects and a chain of cross-reference tables and corresponding trailer dictionaries start...
BHALLISSY/Text-PDF-0.31 - 25 Aug 2016 00:21:44 UTCThis module provides an easy to use object oriented interface to "File::Find" and adds the ability to filter results using regular expressions. Features include: * Object oriented interface * Find results returned as array or via a callback subroutin...
ROLANDAY/File-Find-Rex-1.02 - 16 Oct 2018 08:12:20 UTCThe constructor File::Find::Node->new creates a top level File::Find::Node object for the specified path. The $f->process method takes a reference to a callback function that is called for each item in the traversal. The $f->post_process method takes...
SCL/File-Find-Node-0.03 - 08 Apr 2008 20:55:48 UTC"NetSDS::Util::File" module contains some routines for files and directories processing tasks like creating, reading, writing, copying and moving files and catalogs. This module of cource uses such well known things like File::Spec, File::Path, File:...
RATTLER/NetSDS-Util-1.045 - 06 Nov 2014 19:23:08 UTCThis is a simplified re-write of IO::All with additional functionality from IO::AtomicFile. Provides the same minimalist API but without the heavy OO overloading. Only has methods for files and directories...
PJFL/File-DataClass-0.73.1 - 02 Jun 2017 00:03:17 UTCPERLANCAR/File-Copy-Undoable-0.12 - 10 Jul 2017 14:45:52 UTC
File::RsyncP::FileIO 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 f...
CBARRATT/File-RsyncP-0.76 - 25 Sep 2020 20:39:33 UTCPERLANCAR/File-Move-Undoable-0.09 - 10 Jul 2017 14:46:21 UTC
* "$dir = Normalize($dir);" "($drv,$dir) = Normalize($dir);" Normalizes a given path (which may include a filename part), i.e., substitutes "\" with "/", removes multiple slashes, removes "../" and "./" where possible, etc. This function accepts abso...
STBEY/Config-Manager-1.7 - 13 Jul 2003 14:58:55 UTCThis is an iterator object which allows you to streamline work which has to do with recursing subdirs. Give this object a subdir to recurse and it will give you the next file to work on whenever you ask it to. The reason this method is more streamlin...
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC