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::Socket"

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::Socket::UNIX - Object interface for AF_UNIX domain sockets River stage five • 5769 direct dependents • 33164 total dependents

"IO::Socket::UNIX" provides an object interface to creating and using sockets in the AF_UNIX domain. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket....

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

IO::Socket::INET - Object interface for AF_INET domain sockets River stage five • 5769 direct dependents • 33164 total dependents

"IO::Socket::INET" provides an object interface to creating and using sockets in the AF_INET domain. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket....

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::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::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::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
7 results (0.035 seconds)