The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "IO::All::Dir"

IO::All::Dir - Directory Support for IO::All River stage three • 134 direct dependents • 358 total dependents

<<<cpan-foot>>>...

FREW/IO-All-0.87 - 18 Jul 2017 21:06:01 UTC - Search in distribution

Meta::IO::Dir - extend IO::Dir. River stage zero No dependents

This class extends IO::Dir by adding exception handling to the class and a more object oriented style (look at the synopsis)....

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

IO::Dir::Recursive - IO::Dir working recursive River stage zero No dependents

IO::Dir::Recursive gives IO::Dir the ability to work recursive....

FLORA/IO-Dir-Recursive-0.03 - 22 Oct 2005 20:32:21 UTC - Search in distribution

IO - load various IO modules River stage five • 5475 direct dependents • 32646 total dependents

"IO" provides a simple mechanism to load several of the IO modules in one go. The IO modules belonging to the core are: IO::Handle IO::Seekable IO::File IO::Pipe IO::Socket IO::Dir IO::Select IO::Poll Some other IO modules don't belong to the perl co...

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC - Search in distribution
  • IO::Dir - supply object methods for directory handles
  • IO::File - supply object methods for filehandles

Alt::IO::All::new - Alternate IO::All - The Rewrite River stage zero No dependents

This is a rewrite of the infamous IO::All. The new design is detailed below....

INGY/Alt-IO-All-new-0.05 - 28 Aug 2014 18:37:08 UTC - Search in distribution

Nama - multitrack recorder and digital audio workstation River stage zero No dependents

A multitrack audio application for recording, effects processing, editing, mixing, mastering and live performance. It can also perform general-purpose audio processing, such as 5.1 to stereo conversion. Nama uses Ecasound as the audio processing engi...

GANGLION/Audio-Nama-1.307 - 20 Dec 2023 09:07:36 UTC - Search in distribution

mccs - Fully-featured static file server. River stage one • 2 direct dependents • 2 total dependents

"mccs" is an HTTP static file server that can be used as a standalone application, or as a Plack component. FEATURES * Automatic, durable compression of files based on client support. * Automatic minification of CSS and JavaScript files. * Content ne...

IDOPEREL/Plack-App-MCCS-2.002000 - 14 Aug 2023 22:25:51 UTC - Search in distribution

perltidy - a perl script indenter and reformatter River stage three • 77 direct dependents • 143 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240202 - 01 Feb 2024 13:55:33 UTC - Search in distribution

imsync - Synchronize image files' file system modification timestamps River stage zero No dependents

This application can synchronize filesystem modification times of images and movies created by one or more cameras, and times of related files, based on information provided by the user, on information embedded in other processed images by the same c...

LSTROUS/Image-Synchronize-2.011 - 29 Oct 2023 19:23:48 UTC - Search in distribution

BDB - Asynchronous Berkeley DB access River stage one • 1 direct dependent • 1 total dependent

See the BerkeleyDB documentation (<http://www.oracle.com/technology/documentation/berkeley-db/db/index.ht ml>). The BDB API is very similar to the C API (the translation has been very faithful). See also the example sections in the document below and...

MLEHMANN/BDB-1.92 - 18 Jan 2018 16:45:31 UTC - Search in distribution

perlfunc - Funciones predefinidas en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

PIR - Short alias for Path::Iterator::Rule River stage three • 40 direct dependents • 225 total dependents

This is an empty subclass of Path::Iterator::Rule. It saves you from having to type the full name repeatedly, which is particularly handy for one-liners: $ perl -MPIR -wE 'say for PIR->new->skip_dirs(".")->perl_module->all(@INC)'...

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

Fuse - write filesystems in Perl using FUSE River stage two • 14 direct dependents • 18 total dependents

This lets you implement filesystems in perl, through the FUSE (Filesystem in USErspace) kernel/lib interface. FUSE expects you to implement callbacks for the various functions. In the following definitions, "errno" can be 0 (for a success), -EINVAL, ...

DPATES/Fuse-0.16 - 16 Sep 2013 05:22:15 UTC - Search in distribution

perlop - Perl operators and precedence River stage five • 11292 direct dependents • 32664 total dependents

In Perl, the operator determines what operation is performed, independent of the type of the operands. For example "$x + $y" is always a numeric addition, and if $x or $y do not contain numbers, an attempt is made to convert them to numbers first. Th...

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

upfiles - upload files to FTP or SFTP server, for push mirroring River stage zero No dependents

Upfiles uploads changed files from your local disk to an FTP or SFTP server, for a simple kind of "push" mirroring. Create files locally with the same directory structure as the target, and in a ~/.upfiles.conf file give the locations, upfiles (local...

KRYDE/upfiles-16 - 20 Feb 2024 05:53:00 UTC - Search in distribution

spipe - simple pipeline running interface River stage zero No dependents

Spipe is a control script for running simple pipelines read from configuration files written in YAML language. For internal details of the pipeline, check the documentation for the perl module App::Pipeline::Simple....

HEIKKI/App-Pipeline-Simple-0.9.1 - 22 Oct 2012 06:02:37 UTC - Search in distribution

pl-examples - Perl One-Liner Examples River stage zero No dependents

PFEIFFER/App-pl-0.91.1 - 13 Jul 2023 18:38:12 UTC - Search in distribution

Porting River stage three • 155 direct dependents • 183 total dependents

This document describes the various options for porting a mod_perl 1.0 Apache module so that it runs on a Apache 2.0 / mod_perl 2.0 server. It's also helpful to those who start developing mod_perl 2.0 handlers. Developers who need to port modules usi...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC - Search in distribution

IT::perlfunc River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

Net::SSLeay - Perl bindings for OpenSSL and LibreSSL River stage four • 166 direct dependents • 2151 total dependents

This module provides Perl bindings for libssl (an SSL/TLS API) and libcrypto (a cryptography API)....

CHRISN/Net-SSLeay-1.94 - 08 Jan 2024 01:22:27 UTC - Search in distribution
200 results (0.218 seconds)