The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:File::Copy::Recursive"

File::Copy::Recursive - Perl extension for recursively copying files and directories River stage four • 129 direct dependents • 4110 total dependents

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 UTC

File::Copy::Recursive::Verify - data-safe recursive copy River stage zero No dependents

Use File::Copy::Verify for recursive copy....

JASEI/File-Copy-Recursive-Verify-0.1.0 - 25 Oct 2016 20:52:29 UTC

File::Copy::Recursive::Reduced - Recursive copying of files and directories within Perl 5 toolchain River stage three • 6 direct dependents • 800 total dependents

This 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.008 - 25 Mar 2024 14:08:07 UTC

File::Mirror - Perl extension for recursive directory copy River stage zero No dependents

"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 UTC

File::NCopy - Deprecated module. Use File::Copy::Recursive instead. Copy file, file. Copy file[s] | dir[s], dir River stage one • 3 direct dependents • 4 total dependents

File::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 - Recursive FTP Client class River stage zero No dependents

"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 UTC

File::Flat - Implements a flat filesystem River stage two • 7 direct dependents • 14 total dependents

File::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

File::Tools - UNIX tools implemented as Perl Modules and made available to other platforms as well River stage one • 1 direct dependent • 1 total dependent

SZABGAB/File-Tools-0.10 - 02 Jun 2023 07:07:20 UTC

File::SafeDO - safer do file for perl River stage one • 3 direct dependents • 5 total dependents

* $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 UTC

File::RsyncP - Perl Rsync client River stage zero No dependents

File::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 UTC

Text::PDF::File - Holds the trailers and cross-reference tables for a PDF file River stage two • 4 direct dependents • 28 total dependents

This 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 UTC

File::Find::Rex - Combines simpler File::Find interface with support for regular expression search criteria. River stage zero No dependents

This 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 UTC

File::Find::Node - Object oriented directory tree traverser River stage zero No dependents

The 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

File::KDBX::Object - A KDBX database object River stage one • 1 direct dependent • 2 total dependents

KDBX is an object database. This abstract class represents an object. You should not use this class directly but instead use its subclasses: * File::KDBX::Entry * File::KDBX::Group There is some functionality shared by both types of objects, and that...

CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC

NetSDS::Util::File - file related utilities River stage one • 4 direct dependents • 4 total dependents

"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 UTC

File::DataClass::IO - A powerful and concise API to do as much file IO as possible River stage one • 7 direct dependents • 8 total dependents

This 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 UTC

File::Copy::Undoable - Copy file/directory using rsync, with undo support River stage one • 2 direct dependents • 2 total dependents

PERLANCAR/File-Copy-Undoable-0.130 - 23 Feb 2024 01:56:12 UTC

File::RsyncP::FileIO - Perl Rsync client file system IO River stage zero No dependents

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 UTC

File::Move::Undoable - Move file/directory using rename/rsync, with undo support River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/File-Move-Undoable-0.100 - 23 Feb 2024 01:56:46 UTC

Module::Generic::File - File Object Abstraction Class River stage two • 15 direct dependents • 19 total dependents

This packages provides a comprehensive and versatile set of methods and functions to manipulate files and directories. You can even manipulate filenames as if under a different OS, by providing the "os" parameter....

JDEGUEST/Module-Generic-v0.35.3 - 09 Apr 2024 21:49:20 UTC
27 results (0.044 seconds)