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"

File::Copy - Copy files or filehandles River stage five • 11292 direct dependents • 32664 total dependents

The File::Copy module provides two basic functions, "copy" and "move", which are useful for getting the contents of a file from one place to another. copy The "copy" function takes two parameters: a file to copy from and a file to copy to. Either arg...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

File::Copy - Copy files or filehandles River stage five • 11292 direct dependents • 32664 total dependents

The File::Copy module provides two basic functions, "copy" and "move", which are useful for getting the contents of a file from one place to another. copy The "copy" function takes two parameters: a file to copy from and a file to copy to. Either arg...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

SPVM::File::Copy - Copying and Moving Files River stage zero No dependents

"SPVM::File::Copy" is the "File::Copy" class in SPVM language. "File::Copy" providdes the features to copy and move files....

KIMOTO/SPVM-File-Copy-0.021 - 29 May 2023 05:51:13 UTC

File::Copy::Link - extension for replacing a link by a copy of the linked file River stage one • 1 direct dependent • 1 total dependent

"copylink" reads the filename linked to by the argument and replaced the link with a copy of the file. It opens a filehandle to read from the link, deletes the link, and then copies the filehandle back to the link. "safecopylink" does the same as "co...

RMBARKER/File-Copy-Link-0.140 - 03 Jul 2014 20:09:38 UTC

MacOSX::File::Copy - copy() on MacOS X River stage zero No dependents

MacOSX::File::Copy provides copy() and move() as in File::Copy. Unlike File::Copy (that also comes with MacOS X), MacOSX::File::Copy preserves resouce fork and Finder attirbutes. Consider this as a perl version of CpMac and MvMac which comes with Mac...

DANKOGAI/MacOSX-File-0.71 - 19 Aug 2005 06:15:04 UTC

File::Copy::Verify - data-safe copy River stage one • 1 direct dependent • 1 total dependent

This module calculates hash before and after copying and if the hash doesn't match, then dies. I recommend Try::Tiny::Retry module for copy retry mechanism. This module is useful for network storages/filesystems, but it is harmful for local storages/...

JASEI/File-Copy-Verify-0.1.4 - 27 Sep 2016 19:34:41 UTC

File::Copy::Reliable - file copying and moving with extra checking River stage one • 1 direct dependent • 1 total dependent

File::Copy is an excellent module which handles copying and moving files. File::Copy::Reliable provides an extra level of checking after the copy or move. This might be useful if you are copying or moving to unreliable network fileservers. At the mom...

LBROCARD/File-Copy-Reliable-0.32 - 16 Oct 2008 20:12:34 UTC

File::Copy::Vigilant - Copy and move files with verification and retries River stage zero No dependents

A module for when your files absolutely, positively have to get there. By default the copy and move functions will perform MD5 sums on the source and destination file to ensure that the destination file is exactly the same as the source file upon com...

KILNA/File-Copy-Vigilant-1.3 - 18 Mar 2016 04:22:03 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::Copy::clonefile - call clonefile system call River stage zero No dependents

File::Copy::clonefile is a wrapper for clonefile <https://www.manpagez.com/man/2/clonefile/> system call. Thus, this module only supports platforms that have clonefile system call, such as macos....

SKAJI/File-Copy-clonefile-v0.0.4 - 19 Feb 2023 16:33:35 UTC

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::NoClobber - Rename copied files safely if destination exists River stage zero No dependents

The module exports copy() and move(). They are wrappers around "copy" and "move" in File::Copy....

TORBJORN/File-Copy-NoClobber-0.2.3 - 05 Sep 2016 07:32:34 UTC

Meta::Utils::File::Copy - library to help you copy files. River stage zero No dependents

This module eases the case for copying files....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

File::Rotate::Backup::Copy River stage zero No dependents

DOWENS/File-Rotate-Backup-0.13 - 14 Dec 2007 03:42:57 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::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

File::Spec::Link - Perl extension for reading and resolving symbolic links River stage one • 1 direct dependent • 1 total dependent

"File::Spec::Link" is an extension to "File::Spec", adding methods for resolving symbolic links; it was created to implement "File::Copy::Link". "linked($link)" Returns the filename linked to by $link: by "readlink"ing $link, and resolving that path ...

RMBARKER/File-Copy-Link-0.140 - 03 Jul 2014 20:09:38 UTC

File::BackupCopy - create a backup copy of the file. River stage one • 1 direct dependent • 1 total dependent

The File::BackupCopy module provides functions for creating backup copies of files. Normally, the name of the backup copy is created by appending a single "~" character to the original file name. This naming is called *simple backup*. Another naming ...

SGRAY/File-BackupCopy-1.02 - 13 Feb 2021 08:50:33 UTC

lib/WebFS/FileCopy/Put/File.pm River stage zero No dependents

BZAJAC/WebFS-FileCopy-1.04 - 30 Jul 2001 21:35:50 UTC
227 results (0.056 seconds)