Search results for "module:IO::String"
IO::String - Emulate file interface for in-core strings
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
ASP - a Module for ASP (PerlScript) Programming
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.
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
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
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
"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
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.8 - 01 Apr 2023 02:14:44 UTC
IO::File - supply object methods for filehandles
"IO::File" inherits from "IO::Handle" and "IO::Seekable". It extends these classes with methods that are specific to file handles....
TODDR/IO-1.51 - 23 Jan 2023 05:24:04 UTC
IO::Zlib - IO:: style interface to Compress::Zlib
"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.14 - 10 Jan 2023 20:40:41 UTC
IO::HTML - Open an HTML file with automatic charset detection
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
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
Fsdb::IO - base class for Fsdb IO (FsdbReader and FsdbWriter)
JOHNH/Fsdb-3.1
-
24 Nov 2022 06:25:46 UTC
IO::Null - class for null filehandles
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
IO::Iron - Client Libraries to Iron services IronCache, IronMQ and IronWorker.
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
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
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