Search results for "module:IO::Stringy"

IO::Stringy - I/O on in-core objects like strings and arrays River stage zero No dependents

This toolkit primarily provides modules for performing both traditional and object-oriented i/o) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. In the more-traditional IO::Handle front, we have I...

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

IO::Stringy - I/O on in-core objects like strings and arrays River stage three • 164 direct dependents • 819 total dependents

This toolkit primarily provides modules for performing both traditional and object-oriented i/o) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. In the more-traditional IO::Handle front, we have I...

CAPOEIRAB/IO-Stringy-2.113 - 17 Jan 2020 03:53:55 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::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::Lines - IO:: interface for reading/writing an array of lines River stage zero No dependents

This class implements objects which behave just like FileHandle (or IO::Handle) objects, except that you may use them to write to (or read from) an array of lines. They can be tiehandle'd as well. This is a subclass of IO::ScalarArray in which the un...

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

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

This class implements objects which behave just like FileHandle (or IO::Handle) objects, except that you may use them to write to (or read from) an array of lines. "tiehandle" capable as well. This is a subclass of IO::ScalarArray in which the underl...

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

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::WrapTie - wrap tieable objects in IO::Handle interface River stage three • 164 direct dependents • 819 total dependents

Suppose you have a class "FooHandle", where... * "FooHandle" does not inherit from IO::Handle. That is, it performs file handle-like I/O, but to something other than an underlying file descriptor. Good examples are IO::Scalar (for printing to a strin...

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

IO::InnerFile - define a file inside another file River stage three • 164 direct dependents • 819 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::InnerFile - define a file inside another file River stage zero No dependents

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

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

IO::AtomicFile - write a file which is updated atomically River stage three • 164 direct dependents • 819 total dependents

This module is intended for people who need to update files reliably in the face of unexpected program termination. For example, you generally don't want to be halfway in the middle of writing */etc/passwd* and have your program terminate! Even the a...

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

IO::AtomicFile - write a file which is updated atomically River stage zero No dependents

This module is intended for people who need to update files reliably in the face of unexpected program termination. For example, you generally don't want to be halfway in the middle of writing */etc/passwd* and have your program terminate! Even the a...

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 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

IO::WrapTie - wrap tieable objects in IO::Handle interface River stage zero No dependents

Suppose you have a class "FooHandle", where... * FooHandle does not inherit from IO::Handle; that is, it performs filehandle-like I/O, but to something other than an underlying file descriptor. Good examples are IO::Scalar (for printing to a string) ...

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

contrib/Clever.pm River stage zero No dependents

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

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

IO::Callback - Emulate file interface for a code reference River stage one • 5 direct dependents • 7 total dependents

TOBYINK/IO-Callback-2.00 - 29 Aug 2020 13:27:51 UTC

Apache::TieBucketBrigade - Perl extension which ties an IO::Handle to Apache's Bucket Brigade so you can use standard filehandle type operations on the brigade. River stage one • 1 direct dependent • 1 total dependent

This module has one usefull method "new_tie" which takes an Apache connection object and returns a tied IO::Handle object. It should be used inside a mod_perl protocol handler to make dealing with the bucket brigade bitz easier. FILENO will emulate a...

MOCK/Apache-TieBucketBrigade-0.05 - 12 Sep 2004 22:25:52 UTC
22 results (0.036 seconds)