The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

File::Copy::Recursive - Perl extension for recursively copying files and directories River stage four • 134 direct dependents • 4201 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 - Search in distribution

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 - Search in distribution

File::Copy::Recursive::Reduced - Recursive copying of files and directories within Perl 5 toolchain River stage four • 6 direct dependents • 1100 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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Path::Iterator::Rule - Iterative, recursive file finder River stage three • 40 direct dependents • 228 total dependents

This module iterates over files and directories to identify ones matching a user-defined set of rules. The API is based heavily on File::Find::Rule, but with more explicit distinction between matching rules and options that influence how directories ...

DAGOLDEN/Path-Iterator-Rule-1.015 - 09 Sep 2021 16:07:55 UTC - Search in distribution

Parse::RecDescent - Generate Recursive-Descent Parsers River stage three • 130 direct dependents • 529 total dependents

Overview Parse::RecDescent incrementally generates top-down recursive-descent text parsers from simple *yacc*-like grammar specifications. It provides: * Regular expressions or literal strings as terminals (tokens), * Multiple (non-contiguous) produc...

JTBRAUN/Parse-RecDescent-1.967015 - 04 Apr 2017 14:54:55 UTC - Search in distribution

YARN - short for Yet Another Resource Negotiator (or if you prefer recursive acronyms, YARN Application Resource Negotiator). No river data available

AOSSAMA/YARN - 13 Feb 2015 14:55:47 UTC - Search in distribution

Test::Dirs - easily copy and compare folders inside tests River stage one • 3 direct dependents • 9 total dependents

Exports test function "is_dir" to compare two folders if their file structure match and a function to make a temporary copy of a folder "temp_copy_ok" so it can be safely manipulated and compared to another folder. Can be used to test modules or prog...

JKUTEJ/Test-Dirs-0.07 - 06 Jul 2021 12:36:07 UTC - Search in distribution

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 - Search in distribution

DBI - Database independent interface for Perl River stage four • 946 direct dependents • 2083 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

s4 - Wrapper for subversion program River stage zero No dependents

S4 provides a wrapper to subversion that extends several of the commands. It understands all svn commands; you may simply use "s4" whereever you would normally type "svn". In many cases, S4 simply runs "svn" with the same arguments as you passed to s...

WSNYDER/SVN-S4-1.066 - 24 Jul 2017 14:03:19 UTC - Search in distribution

ptp - An expressive Pipelining Text Processor River stage zero No dependents

PTP is a versatile and expressive text processor program. The core features that it tries to provide are the following: * Provide grep, sed-like and other operations with a coherent regular expression language (grep has a -P flag but sed has nothing ...

MATHIAS/App-PTP-1.13 - 09 May 2024 22:47:49 UTC - Search in distribution

gre - A grep clone using Perl regexp's with better file filtering, defaults, speed, and presentation River stage zero No dependents

This grep clone is capable of filtering file names as well as file contents with regexps. For example if you want to search all files whose name contains "bar" for the string "foo", you could write this: $ gre -name=bar foo Only .c files: $ gre -ext=...

JACOBG/App-Gre-0.18 - 21 Sep 2019 06:37:39 UTC - Search in distribution
  • App::Gre - A grep clone using Perl regexp's with better file filtering, defaults, speed, and presentation

Gtk River stage one • 1 direct dependent • 2 total dependents

MLEHMANN/Gtk-Perl-0.7010 - 15 Dec 2012 19:43:06 UTC - Search in distribution

cpanm - get, unpack build and install modules from CPAN River stage two • 43 direct dependents • 67 total dependents

MIYAGAWA/App-cpanminus-1.7047 - 30 Jul 2023 06:01:02 UTC - Search in distribution
  • cpanm - get, unpack build and install modules from CPAN

lcpan - Manage your local CPAN mirror River stage two • 42 direct dependents • 73 total dependents

This application is a convenient bundling of "CPAN::Mini" and an indexer so in addition to creating your local CPAN mirror and installing modules from it, you can also query various things about your local CPAN mirror quickly from the command-line (a...

PERLANCAR/App-lcpan-1.074 - 11 Jan 2024 00:11:13 UTC - Search in distribution

OOPS - Object Oriented Persistent Store River stage one • 1 direct dependent • 1 total dependent

The goal of OOPS is to make perl objects easily and transparently persistent. OOPS handles deeply nested and cross-linked objects -- even object hierarchies that are too large to fit in memory and (with a hint) individual hash tables that are too lar...

MUIR/OOPS-0.2005 - 13 Mar 2012 16:07:46 UTC - Search in distribution

todo - Perl TO-DO list River stage five • 11693 direct dependents • 33184 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

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

ccdiff - Colored Character diff River stage zero No dependents

Show the diff between two files on a character by character base. In contrast to the standard diff tools, this tool uses the diff algorithm horizontally for each line in the vertical diff, highlighting the changes. This is very handy in hard to spot ...

HMBRAND/App-ccdiff-0.33 - 07 Nov 2023 15:50:03 UTC - Search in distribution
261 results (0.576 seconds)