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 "module:File::Which"

File::Which - Perl implementation of the which utility as an API River stage four • 425 direct dependents • 3875 total dependents

File::Which finds the full or relative paths to executable programs on the system. This is normally the function of "which" utility. "which" is typically implemented as either a program or a built in shell command. On some platforms, such as Microsof...

PLICEASE/File-Which-1.27 - 07 May 2021 10:55:36 UTC

File::Which::Cached - faster subsequent which lookups River stage one • 2 direct dependents • 3 total dependents

This is a wrapper around File::Which that caches results to a package symbol. If you have a sub or method that makes multiple calls to which, and maybe the same executable lookup, you may want to do this. File::Which does not cache results in the pac...

LEOCHARRE/File-Which-Cached-1.03 - 22 Apr 2009 14:22:56 UTC

File::Which::Patch::Hide - Hide some programs from File::Which River stage one • 1 direct dependent • 1 total dependent

This module can be used to simulate the absence of certain programs. This module works by patching (wrapping) File::Which's "which()" routine to remove the result if the programs that want to be hidden are listed in the result. So only programs that ...

PERLANCAR/File-Which-Patch-Hide-0.003 - 01 Jul 2016 03:57:50 UTC

Bencher::Scenario::File::Which::Cached - Benchmark File::Which::Cached River stage one • 1 direct dependent • 1 total dependent

Packaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a central repository, among others . See Bencher and bencher (CLI) for more details....

PERLANCAR/Bencher-Scenario-File-Which-Cached-0.002 - 15 May 2022 00:06:08 UTC

File::Same - Detect which files are the same as a given one. River stage zero No dependents

File::Same uses MD5 sums to decide which files are the same in a given directory, set of directories or set of files. It was originally written to test which files are the same picture in multiple directories or under multiple filenames, but can be g...

MANWAR/File-Same-0.11 - 01 May 2016 07:07:17 UTC

Mail::File - mail module which writes to a flat file. River stage zero No dependents

This module was written to overcome the problem of sending mail messages, where there is no mail application available. The aim of the module is to write messages to a text file, that will format the contents to include all the key elements of the me...

BARBIE/Mail-File-0.13 - 12 Oct 2014 02:05:03 UTC

File::chown - chown which groks user-/group names and some other extra features River stage one • 2 direct dependents • 6 total dependents

File::chown provides "chown()" which overloads the core version with one that groks user-/group names, as well as some other extra features....

PERLANCAR/File-chown-0.02 - 10 Sep 2015 10:18:29 UTC

File::Fu - file and directory objects River stage one • 4 direct dependents • 4 total dependents

EWILHELM/File-Fu-v0.0.8 - 03 Jun 2013 07:17:11 UTC

File::cd - Easily and safely change directory River stage zero No dependents

The global (and negative) effect of perl builtin function "chdir" is well known (see File::chdir's documentation for more details). And few modules have been created to solve this problem: * File::chdir, by David Golden. * File::pushd, also by David ...

SYALTUT/File-cd-0.003 - 23 Sep 2013 06:55:30 UTC

File::OM - Output Multiplexer routines River stage one • 2 direct dependents • 2 total dependents

The OM (Output Multiplexer) Perl module provides a general output formatting framework for data that can be represented as a stream of records consisting of element names, values, and comments. Specific conversions are possible to XML, Turtle, JSON, ...

JAK/File-ANVL-1.05 - 02 Jun 2012 08:12:50 UTC

VCS::File - module for access to a file under version control River stage one • 1 direct dependent • 1 total dependent

"VCS::File" abstracts access to a file under version control....

ETJ/VCS-0.25 - 05 Jun 2016 21:19:57 UTC

File::ERC - Electronic Resource Citation routines River stage one • 2 direct dependents • 2 total dependents

This is documentation for the ERC Perl module, with support for metadata labels in an ERC (Electronic Resource Citation) record, which can be represented in a variety of underlying syntaxes, such as ANVL, Turtle, XML, and JSON. The ERC elements inclu...

JAK/File-ANVL-1.05 - 02 Jun 2012 08:12:50 UTC

Mpp::File - optional subs to complement Mpp::File River stage zero No dependents

This file defines some additional subroutines for the Mpp::File package that are useful only within makepp. This allows Mpp/File.pm to be used outside of makepp itself....

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC

Perl6::Perldoc::Parser - Parse Perl 6's documentation mark-up language River stage one • 2 direct dependents • 3 total dependents

This module parses text marked up with the Perl 6 Pod notation and converts it to a hierarchical object-based representation....

DCONWAY/Perl6-Perldoc-0.000013 - 28 Oct 2014 20:32:41 UTC

Mpp::File - cached information about files and directories River stage zero No dependents

Mpp::File is an efficient way to avoid re-statting files and rereading directories. For each known file, there is a Mpp::File structure that describes what is known about the file. You may add arbitrary additional information to the structure. Mpp::F...

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC

WSRF::Lite - Implementation of the Web Service Resource Framework River stage one • 3 direct dependents • 3 total dependents

WSRF::Lite consists of a number of classes for developing WS-Resources. A WS-Resource is an entity that has a Web service interface defined by the WSRF family of specifications that maintains state between calls to the service. WSRF::Lite provides a ...

EKAWAS/WSRF-Lite-0.8.3.4 - 09 Aug 2018 15:06:13 UTC

FLV::File - Parse Flash Video files River stage zero No dependents

CDOLAN/FLV-Info-0.24 - 14 Mar 2009 03:08:34 UTC

File::Set - Mange/build a set of files from a list of file/directories River stage zero No dependents

This module is designed to build and manipulate a set of files from a list of input directories and files. You can specify whether directories should be recursed or not, or specific sub-directories ignored....

ROBM/File-Set-1.02 - 04 Feb 2008 02:31:14 UTC

File::BOM - Utilities for handling Byte Order Marks River stage two • 15 direct dependents • 26 total dependents

This module provides functions for handling unicode byte order marks, which are to be found at the beginning of some files and streams. For details about what a byte order mark is, see <http://www.unicode.org/unicode/faq/utf_bom.html#BOM> The intenti...

MATTLAW/File-BOM-0.18 - 01 May 2020 08:28:53 UTC

File::Log - A simple Object Orientated Logger River stage zero No dependents

*File::Log* is a class providing methods to log data to a file. There are a number of parameters that can be passed to allow configuration of the logger....

GNG/File-Log-1.05 - 01 Mar 2008 03:07:51 UTC
643 results (0.073 seconds)