Search results for "module:IO::Scalar"
IO::Scalar - IO:: interface for reading/writing a scalar
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
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
*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
RJBS/IO-TieCombine-1.005
-
31 Oct 2015 02:19:39 UTC
Test::Builder::IO::Scalar - A copy of IO::Scalar for Test::Builder
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
IO::Detect - is this a frickin' filehandle or what?!
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
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
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
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.51 - 23 Mar 2023 14:53:11 UTC
IO::Mux - Multiplex several virtual streams over a real pipe/socket
"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
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::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::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::Wrap - wrap raw filehandles in 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...
DSKOLL/IO-stringy-2.111 - 22 Apr 2015 17:28:05 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
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::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