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

Search results for "module:IO::String"

IO::String - Emulate file interface for in-core strings River stage three • 155 direct dependents • 712 total dependents

The "IO::String" module provides the "IO::File" interface for in-core strings. An "IO::String" object can be attached to a string, and makes it possible to use the normal file operations for reading or writing data, as well as for seeking to various ...

GAAS/IO-String-1.08 - 06 Dec 2005 07:52:54 UTC

lib/IO/All/String.pm River stage three • 134 direct dependents • 358 total dependents

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

lib/Devel/Trepan/IO/StringArray.pm River stage one • 2 direct dependents • 2 total dependents

ROCKY/Devel-Trepan-v1.0.1 - 03 Nov 2019 19:15:25 UTC

lib/Java/JVM/Classfile/Perl.pm River stage zero No dependents

LBROCARD/Java-JVM-Classfile-0.20 - 27 Dec 2007 20:29:21 UTC

ASP - a Module for ASP (PerlScript) Programming River stage zero No dependents

This module is based on Matt Sergeant's excellent Win32::ASP module, which can be found at <http://www.fastnetltd.ndirect.co.uk/Perl>. After using Mr. Sergeant's module, I took on the task of customizing and optimizing it for my own purposes. Feel fr...

TIMMY/ASP-1.07 - 12 Jul 2000 08:22:21 UTC

IO::DB - Database convenience object. River stage zero No dependents

The IO::DB library was created and is intended as a convenience library. It works by reducing clutter in your code caused by using the same redundant code. It also works under the philosophy of intelligent code. That is, let me tell you to do somethi...

DBIALAC/SDP-0.1 - 22 Jun 2005 22:13:04 UTC

IO::Any - open anything River stage two • 11 direct dependents • 24 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::K8s - Objects representing things found in the Kubernetes API River stage zero No dependents

This module is the set of objects and serialization / deserialization methods that represent the structures found inside the Kubernetes API <https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/> Kubernetes API is very strict about the...

JLMARTIN/IO-K8s-0.03 - 15 May 2018 14:03:57 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::AIO - Asynchronous/Advanced Input/Output River stage two • 13 direct dependents • 18 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::File - supply object methods for filehandles River stage five • 5475 direct dependents • 32646 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::Zlib - IO:: style interface to Compress::Zlib River stage four • 82 direct dependents • 2262 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

IO::HTML - Open an HTML file with automatic charset detection River stage four • 4 direct dependents • 8538 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::Wrap - Wrap raw filehandles in the IO::Handle interface River stage three • 164 direct dependents • 819 total dependents

Let's say you want to write some code which does I/O, but you don't want to force the caller to provide you with a FileHandle or IO::Handle object. You want them to be able to say: do_stuff(\*STDOUT); do_stuff('STDERR'); do_stuff($some_FileHandle_obj...

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

IO::Null - class for null filehandles River stage one • 3 direct dependents • 9 total dependents

This is a class for null filehandles. Calling a constructor of this class always succeeds, returning a new null filehandle. Writing to any object of this class is always a no-operation, and returns true. Reading from any object of this class is alway...

SBURKE/IO-Null-1.01 - 30 Dec 2004 07:47:42 UTC

Fsdb::IO - base class for Fsdb IO (FsdbReader and FsdbWriter) River stage zero No dependents

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 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::Util - A selection of general-utility IO function River stage two • 2 direct dependents • 12 total dependents

This is a micro-weight module that exports a few functions of general utility in IO operations....

DOMIZIO/IO-Util-1.5 - 31 Dec 2005 13:51:40 UTC

IO::YAML - read and write YAML streams incrementally River stage zero No dependents

IO::YAML may be used to read and write YAML streams one "document" (i.e., one value) at a time. A YAML stream is a file consisting of a sequence of YAML documents, each of which may (optionally) be terminated by a line consisting solely of three peri...

NKUITSE/IO-YAML-0.10 - 03 Mar 2017 14:26:28 UTC
256 results (0.054 seconds)