Search results for "module:File::Copy"
File::Copy - Copy files or filehandles
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
"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
"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
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
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::Undoable - Copy file/directory using rsync, with undo support
PERLANCAR/File-Copy-Undoable-0.12
-
10 Jul 2017 14:45:52 UTC
File::Copy::Reliable - file copying and moving with extra checking
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
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::clonefile - call clonefile system call
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::NoClobber - Rename copied files safely if destination exists
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
File::Copy::Recursive - Perl extension for recursively copying files and directories
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
Meta::Utils::File::Copy - library to help you copy files.
This module eases the case for copying files....
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC
File::Copy::Recursive::Verify - data-safe recursive copy
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
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.007 - 16 Sep 2023 12:00:01 UTC
File::NCopy - Deprecated module. Use File::Copy::Recursive instead. Copy file, file. Copy file[s] | dir[s], dir
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
"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.
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
Apache::OpenIndex - Perl Open Index manager for a Apache Web server
OpenIndex provides a file manager for a web sites through a web browser. It is a extensive rewrite of the Apache::AutoIndex.pm module which in turn was a remake of the autoindex Apache module. OpenIndex can provide the same functionality as AutoIndex...
SANDERSON/OpenIndex-1.05 - 02 Sep 2002 16:57:04 UTC