Search results for "module:IO::Scalar"

IO::Scalar - IO:: interface for reading/writing a scalar River stage three • 164 direct dependents • 819 total dependents

This class is part of the IO::Stringy distribution; see IO::Stringy for change log and general information. The IO::Scalar class implements objects which behave just like IO::Handle (or FileHandle) objects, except that you may use them to write to (o...

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

IO::Scalar - IO:: interface for reading/writing a scalar River stage zero No dependents

This class is part of the IO::Stringy distribution; see IO::Stringy for change log and general information. The IO::Scalar class implements objects which behave just like IO::Handle (or FileHandle) objects, except that you may use them to write to (o...

DSKOLL/IO-stringy-2.111 - 22 Apr 2015 17:28:05 UTC

IO::Tokenized::Scalar - Extension of IO::Scalar allowing tokenized input River stage zero No dependents

*IO::Tokenized::Scalar* adds the methods provided by *IO::Tokenized* to *IO::Scalar* objects. See IO::Tokenized for details about how the tokens are specified and returned....

RST/FrameMaker-MifTree-0.075 - 02 May 2006 11:23:58 UTC

IO::TieCombine::Scalar - tied scalars for IO::TieCombine River stage three • 2 direct dependents • 944 total dependents

RJBS/IO-TieCombine-1.005 - 31 Oct 2015 02:19:39 UTC

Test::Builder::IO::Scalar - A copy of IO::Scalar for Test::Builder River stage five • 22891 direct dependents • 32646 total dependents

This is a copy of IO::Scalar which ships with Test::Builder to support scalar references as filehandles on Perl 5.6. Newer versions of Perl simply use "open()"'s built in support. Test::Builder can not have dependencies on other modules without caref...

EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC

lib/Module/Generic/Scalar/IO.pm River stage two • 15 direct dependents • 19 total dependents

JDEGUEST/Module-Generic-v0.35.1 - 24 Feb 2024 12:13:21 UTC

IO::Detect - is this a frickin' filehandle or what?! River stage two • 11 direct dependents • 32 total dependents

It is stupidly complicated to detect whether a given scalar is a filehandle (or something filehandle like) in Perl. This module attempts to do so, but probably falls short in some cases. The primary advantage of using this module is that it gives you...

TOBYINK/Scalar-Does-0.203 - 31 Jan 2017 17:31:09 UTC

IO::ScalarArray - IO:: interface for reading/writing an array of scalars River stage zero No dependents

This class is part of the IO::Stringy distribution; see IO::Stringy for change log and general information. The IO::ScalarArray class implements objects which behave just like IO::Handle (or FileHandle) objects, except that you may use them to write ...

DSKOLL/IO-stringy-2.111 - 22 Apr 2015 17:28:05 UTC

IO::ScalarArray - IO:: interface for reading/writing an array of scalars River stage three • 164 direct dependents • 819 total dependents

This class is part of the IO::Stringy distribution; see IO::Stringy for change log and general information. The IO::ScalarArray class implements objects which behave just like IO::Handle (or FileHandle) objects, except that you may use them to write ...

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

Devel::MAT::SV - represent a single SV from a heap dump River stage one • 3 direct dependents • 3 total dependents

Objects in this class represent individual SV variables found in the arena during a heap dump. Actual types of SV are represented by subclasses, which are documented below....

PEVANS/Devel-MAT-0.53 - 07 Mar 2024 17:57:32 UTC

IO::Mux - Multiplex several virtual streams over a real pipe/socket River stage zero No dependents

"IO::Mux" allows you to multiplex several virtual streams over a single pipe or socket. This is achieved by creating an "IO::Mux" object on each end of the real stream and then creating virtual handles ("IO::Mux::Handle" objects) from these "IO::Mux"...

PATL/IO-Mux-0.08 - 21 Jan 2006 17:54:48 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::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::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::Die - Namespaced, error-checked I/O River stage zero No dependents

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

IO::Wrap - wrap raw filehandles in IO::Handle interface River stage zero No 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...

DSKOLL/IO-stringy-2.111 - 22 Apr 2015 17:28:05 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::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::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

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

SKIM/IO-Barf-0.10 - 26 Jan 2021 20:47:29 UTC
160 results (0.055 seconds)