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 "dist:IO IO::Handle"

IO::Handle - supply object methods for I/O handles River stage five • 5769 direct dependents • 33164 total dependents

"IO::Handle" is the base class for all other IO handle classes. It is not intended that objects of "IO::Handle" would be created directly, but instead "IO::Handle" is inherited from by several other classes in the IO hierarchy. If you are reading thi...

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC

IO - load various IO modules River stage five • 5769 direct dependents • 33164 total dependents

"IO" provides a simple mechanism to load several of the IO modules in one go. The IO modules belonging to the core are: IO::Handle IO::Seekable IO::File IO::Pipe IO::Socket IO::Dir IO::Select IO::Poll Some other IO modules don't belong to the perl co...

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC

IO::Pipe - supply object methods for pipes River stage five • 5769 direct dependents • 33164 total dependents

"IO::Pipe" provides an interface to creating pipes between processes....

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC

IO::File - supply object methods for filehandles River stage five • 5769 direct dependents • 33164 total dependents

"IO::File" inherits from "IO::Handle" and "IO::Seekable". It extends these classes with methods that are specific to file handles....

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC

IO::Poll - Object interface to system poll call River stage five • 5769 direct dependents • 33164 total dependents

"IO::Poll" is a simple interface to the system level poll routine....

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC

IO::Select - OO interface to the select system call River stage five • 5769 direct dependents • 33164 total dependents

The "IO::Select" package implements an object approach to the system "select" function call. It allows the user to see what IO handles, see IO::Handle, are ready for reading, writing or have an exception pending....

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC

IO::Socket - Object interface to socket communications River stage five • 5769 direct dependents • 33164 total dependents

"IO::Socket" provides an object-oriented, IO::Handle-based interface to creating and using sockets via Socket, which provides a near one-to-one interface to the C socket library. "IO::Socket" is a base class that really only defines methods for those...

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC

IO::Seekable - supply seek based methods for I/O objects River stage five • 5769 direct dependents • 33164 total dependents

"IO::Seekable" does not have a constructor of its own as it is intended to be inherited by other "IO::Handle" based objects. It provides methods which allow seeking of the file descriptors. $io->getpos Returns an opaque value that represents the curr...

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC
8 results (0.05 seconds)