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:IO::All::File"

lib/IO/All/File.pm River stage three • 135 direct dependents • 359 total dependents

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

lib/Data/All/IO/File.pm River stage zero No dependents

DELANO/Data-All-0.042 - 29 Dec 2008 20:21:30 UTC

IO - load various IO modules River stage five • 5769 direct dependents • 33164 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

IO::Barf - Barfing content to output file. River stage two • 14 direct dependents • 17 total dependents

SKIM/IO-Barf-0.10 - 26 Jan 2021 20:47:29 UTC

IO::All::Rule - Iterative, recursive file finder with IO::All River stage zero No dependents

This module iterates over files and directories to identify ones matching a user-defined set of rules. This is a thin subclass of Path::Iterator::Rule that operates on and returns IO::All objects instead of bare file paths. See that module for detail...

DAGOLDEN/IO-All-Rule-0.003 - 24 Jan 2013 12:30:12 UTC

IO::HTML - Open an HTML file with automatic charset detection River stage four • 4 direct dependents • 8658 total dependents

IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.2 of the draft standard. The algorithm as implemented here is: 1. If t...

CJM/IO-HTML-1.004 - 26 Sep 2020 16:52:29 UTC

IO::Simple - Adds error checking to file handles and provides per file handle options. River stage zero No dependents

IO::Simple provides a thin layer over IO::File. This layer causes files to default to opening in read mode and to croaking on failure opening, closeing or printing to files. It provides methods to set $\, $/, $:, $^L and $, on a per handle basis and ...

ERICJH/IO-Simple-0.04 - 06 Mar 2007 15:27:54 UTC

IO::Any - open anything River stage two • 11 direct dependents • 23 total dependents

The aim is to provide read/write anything. The module tries to guess $what the "anything" is based on some rules. See "new" method Pod for examples and "new" and "_guess_what" code for the implementation. There are two methods "slurp" and "spew" to r...

JKUTEJ/IO-Any-0.09 - 21 Sep 2014 13:50:05 UTC

IO::Dir - supply object methods for directory handles River stage five • 5769 direct dependents • 33164 total dependents

The "IO::Dir" package provides two interfaces to perl's directory reading routines. The first interface is an object approach. "IO::Dir" provides an object constructor and methods, which are just wrappers around perl's built in directory reading rout...

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC

IO::Tee - Multiplex output to multiple output handles River stage one • 6 direct dependents • 7 total dependents

"IO::Tee" objects can be used to multiplex input and output in two different ways. The first way is to multiplex output to zero or more output handles. The "IO::Tee" constructor, given a list of output handles, returns a tied handle that can be writt...

NEILB/IO-Tee-0.66 - 19 Aug 2020 20:02:59 UTC

IO::FDSaver - Save file descriptors from Perl’s garbage collection. River stage zero No dependents

Perl’s ability to create a filehandle from a given file descriptor is critical for advanced IPC functionality like accepting a file descriptor across an "exec()" or via UNIX socket (i.e., SCM_RIGHTS). It’s also useful when interfacing with C librarie...

FELIPE/IO-FDSaver-0.01 - 24 Mar 2021 02:19:51 UTC

IO::All::LWP - IO::All interface to LWP River stage one • 4 direct dependents • 5 total dependents

This module acts as glue between IO::All and LWP, so that files can be read and written through the network using the convenient <IO:All> interface. Note that this module is not "use"d directly: you just use IO::All, which knows when to autoload IO::...

ITUB/IO-All-LWP-0.14 - 29 Mar 2007 07:34:08 UTC

IO::AIO - Asynchronous/Advanced Input/Output River stage two • 11 direct dependents • 16 total dependents

This module implements asynchronous I/O using whatever means your operating system supports. It is implemented as an interface to "libeio" (<http://software.schmorp.de/pkg/libeio.html>). Asynchronous means that operations that can normally block your...

MLEHMANN/IO-AIO-4.81 - 20 Feb 2024 06:41:07 UTC

IO::Die - Namespaced, error-checked I/O River stage zero No dependents

FELIPE/IO-Die-0.057 - 06 Nov 2015 08:16:54 UTC

IO::Pty - Pseudo TTY object class River stage four • 34 direct dependents • 2511 total dependents

"IO::Pty" provides an interface to allow the creation of a pseudo tty. "IO::Pty" inherits from "IO::Handle" and so provide all the methods defined by the "IO::Handle" package. Please note that pty creation is very system-dependent. If you have proble...

TODDR/IO-Tty-1.20 - 28 Dec 2023 17:58:49 UTC

IO::File - supply object methods for filehandles River stage five • 5769 direct dependents • 33164 total dependents

"IO::File" inherits from "IO::Handle" and "IO::Seekable". It extends these classes with methods that are specific to file handles....

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC

IO::InnerFile - define a file inside another file River stage three • 166 direct dependents • 820 total dependents

If you have a file handle that can "seek" and "tell", then you can open an IO::InnerFile on a range of the underlying file....

CAPOEIRAB/IO-Stringy-2.113 - 17 Jan 2020 03:53:55 UTC

IO::Poll - Object interface to system poll call River stage five • 5769 direct dependents • 33164 total dependents

"IO::Poll" is a simple interface to the system level poll routine....

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC

IO::Iron - Client Libraries to Iron services IronCache, IronMQ and IronWorker. River stage one • 2 direct dependents • 2 total dependents

IronCache, IronMQ and IronWorker are cloud based services accessible via a REST API. CPAN Distribution IO::Iron contains Perl clients for accessing them. [See <http://www.iron.io/>] Please see the individual clients for further documentation and usag...

MIKKOI/IO-Iron-0.14 - 02 Sep 2023 19:56:07 UTC

IO::Zlib - IO:: style interface to Compress::Zlib River stage four • 83 direct dependents • 2346 total dependents

"IO::Zlib" provides an IO:: style interface to Compress::Zlib and hence to gzip/zlib compressed files. It provides many of the same methods as the IO::Handle interface. Starting from IO::Zlib version 1.02, IO::Zlib can also use an external gzip comma...

TOMHUGHES/IO-Zlib-1.15 - 29 Feb 2024 20:44:10 UTC
306 results (0.074 seconds)