Search results for "module:File::Find::Wanted"
File::Find::Wanted - More obvious wrapper around File::Find
PETDANCE/File-Find-Wanted-1.00
-
08 Jun 2012 01:51:56 UTC
File::Finder - nice wrapper for File::Find ala find(1)
"File::Find" is great, but constructing the "wanted" routine can sometimes be a pain. This module provides a "wanted"-writer, using syntax that is directly mappable to the *find* command's syntax. Also, I find myself (heh) frequently just wanting the...
MERLYN/File-Finder-0.53 - 08 Apr 2005 19:50:53 UTC
File::Find - Traverse a directory tree.
These are functions for searching through directory trees doing work on each file found similar to the Unix *find* command. File::Find exports two functions, "find" and "finddepth". They work similarly but have subtle differences. find find(\&wanted,...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
File::Find - Traverse a directory tree.
These are functions for searching through directory trees doing work on each file found similar to the Unix *find* command. File::Find exports two functions, "find" and "finddepth". They work similarly but have subtle differences. find find(\&wanted,...
RJBS/perl-5.38.0 - 02 Jul 2023 23:00:28 UTC
Lock::File - file locker with an automatic out-of-scope unlocking mechanism
"lockfile" is a perlfunc "flock" wrapper. The lock is autotamically released as soon as the assotiated object is no longer referenced. "lockfile_multi" makes non-blocking "lockfile" calls for multiple files and throws and exception if all are locked....
MMCLERIC/Lock-File-1.03 - 16 Jun 2013 21:00:06 UTC
File::KDBX - Encrypted database to store secret text and files
File::KDBX provides everything you need to work with KDBX databases. A KDBX database is a hierarchical object database which is commonly used to store secret information securely. It was developed for the KeePass password safe. See "Introduction to K...
CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC
File::Find::utf8 - Fully UTF-8 aware File::Find
While the original File::Find functions are capable of handling UTF-8 quite well, they expect and return all data as bytes, not as characters. This module replaces the File::Find functions with fully UTF-8 aware versions, both expecting and returning...
HAYOBAAN/File-Find-utf8-0.014 - 16 Feb 2022 19:16:44 UTC
File::Random - Perl module for random selecting of a file
This module simplifies the routine job of selecting a random file. (As you can find at CGI scripts). It's done, because it's boring (and errorprone), always to write something like my @files = (<*.*>); my $randf = $files[rand @files]; or opendir DIR,...
BIGJ/File-Random-0.21 - 10 Apr 2021 05:42:27 UTC
HTML::EP::Explorer - Web driven browsing of a filesystem
This application was developed for DHW, a german company that wanted to give its users access to files stored on a file server via certain applications defined by an administrator. (See http://www.dhw.de/ if you are interested in the sponsor.) The ro...
JWIED/HTML-EP-Explorer-0.1006 - 05 Nov 1999 11:38:55 UTC
File::CachingFind - find files within cached search paths (e.g. include files)
"File::CachingFind" is useful for repeated file searches within a path of directories. It caches the contents of its search and supports two different methods of fuzzy search, a normalize function and regular expressions. See the different METHODS fo...
DORNER/File-CachingFind-0.67 - 19 May 2013 08:02:25 UTC
File::Comments - Recognizes file formats and extracts format-specific comments
File::Comments guesses the type of a given file, determines the format used for comments, extracts all comments, and returns them as a reference to an array of chunks. Alternatively, it strips all comments from a file. Currently supported are Perl sc...
MSCHILLI/File-Comments-0.08 - 10 Dec 2010 08:10:39 UTC
File::LibMagic - Determine MIME types of data or files using libmagic
The "File::LibMagic" module is a simple perl interface to libmagic from the file package (version 4.x or 5.x). You will need both the library (libmagic.so) and the header file (magic.h) to build this Perl module. Installing libmagic On Debian/Ubuntu ...
DROLSKY/File-LibMagic-1.23 - 29 Aug 2020 03:57:26 UTC
File::BOM::Utils - Check, Add and Remove BOMs
File::BOM::Utils provides a means of testing, adding and removing BOMs (Byte-Order-Marks) within files. It also provides two hashes accessible from outside the module, which convert in both directions between BOM names and values. These hashes are ca...
RSAVAGE/File-BOM-Utils-1.02 - 06 Sep 2015 07:00:18 UTC
PostScript::File - Class for creating Adobe PostScript files
PostScript::File is a class that writes PostScript files following Adobe's Document Structuring Conventions (DSC). You should be familiar with the DSC if you're using this class directly; consult the *PostScript Language Document Structuring Conventi...
CJM/PostScript-File-2.23 - 10 Oct 2015 14:39:24 UTC
File::Finder::Steps - steps for File::Finder
"File::Finder::Steps" provide the predicates being tested for "File::Finder". STEPS METHODS These methods are called on a class or instance to add a "step". Each step adds itself to a list of steps, returning the new object. This allows you to chain ...
MERLYN/File-Finder-0.53 - 08 Apr 2005 19:50:53 UTC
jQuery::File::Upload - Server-side solution for the jQuery File Upload plugin.
jQuery::File::Upload makes integrating server-side with the jQuery File Upload <https://github.com/blueimp/jQuery-File-Upload/> plugin simple. It provides many features, such as: 1 the ability to SCP file uploads to remote servers 2 the ability to pr...
SRCHULO/jQuery-File-Upload-0.32 - 18 Oct 2019 19:18:46 UTC
File::Find::Closures - functions you can use with File::Find
I wrote this module as an example of both using closures and using File::Find. Students are always asking me what closures are good for, and here's some examples. The functions mostly stand alone (i.e. they don't need the rest of the module), so rath...
BDFOY/File-Find-Closures-1.113 - 04 Feb 2021 00:46:02 UTC
Win32API::File::Time - Set file times, even on open or readonly files.
The purpose of Win32API::File::Time is to provide maximal access to the file creation, modification, and access times under MSWin32. Under Windows, the Perl utime module will not modify the time of an open file, nor a read-only file. The comments in ...
WYANT/Win32API-File-Time-0.012 - 03 Nov 2021 13:24:45 UTC
File::Find::Parallel - Traverse a number of similar directories in parallel
File::Find is the ideal tool for quickly scanning a single directory. But sometimes it's nice to be able to perform operations on multiple similar directories in parallel. Perhaps you need to compare the contents of two directories or convert files t...
ANDYA/File-Find-Parallel-0.52 - 03 Jul 2010 14:14:40 UTC