The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:IO-Stringy IO::Stringy"

IO::Stringy - I/O on in-core objects like strings and arrays River stage three • 166 direct dependents • 820 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 • 166 direct dependents • 820 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::Lines - IO:: interface for reading/writing an array of lines River stage three • 166 direct dependents • 820 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 • 166 direct dependents • 820 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::WrapTie - wrap tieable objects in IO::Handle interface River stage three • 166 direct dependents • 820 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 • 166 direct dependents • 820 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::AtomicFile - write a file which is updated atomically River stage three • 166 direct dependents • 820 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::ScalarArray - IO:: interface for reading/writing an array of scalars River stage three • 166 direct dependents • 820 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
8 results (0.035 seconds)