The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "HANDLE"

IO::Handle - supply object methods for I/O handles River stage five • 5475 direct dependents • 32646 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 - Search in distribution
  • IO - load various IO modules
  • IO::Socket - Object interface to socket communications
  • IO::Select - OO interface to the select system call

UV::Handle - Handles in libuv River stage one • 3 direct dependents • 3 total dependents

This module provides an interface to libuv's handle <http://docs.libuv.org/en/v1.x/handle.html>. We will try to document things here as best as we can, but we also suggest you look at the libuv docs <http://docs.libuv.org> directly for more details o...

PEVANS/UV-2.000 - 28 Jul 2021 16:28:16 UTC - Search in distribution

DBR::Handle River stage one • 1 direct dependent • 1 total dependent

IMPIOUS/DBR-1.5 - 16 Jun 2011 22:38:27 UTC - Search in distribution
  • DBR::Manual - Database Repository ORM (object-relational mapper).

PAM::Handle - Perl representation of pam_handle_t object River stage zero No dependents

HACHI/PAM-0.31 - 01 Apr 2012 13:32:20 UTC - Search in distribution

Tie::Handle - base class definitions for tied handles River stage five • 11292 direct dependents • 32664 total dependents

This module provides some skeletal methods for handle-tying classes. See perltie for a list of the functions required in tying a handle to a package. The basic Tie::Handle package provides a "new" method, as well as methods "TIEHANDLE", "PRINT", "PRI...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

Coro::Handle - non-blocking I/O with a blocking interface. River stage two • 53 direct dependents • 69 total dependents

This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. This module implements IO-handles in a coroutine-compatible way, that is, other coroutines can run while reads or writes block on the handle. It does ...

MLEHMANN/Coro-6.57 - 29 Jul 2020 13:10:08 UTC - Search in distribution

Data::Handle - A Very simple interface to the __DATA__ file handle. River stage one • 4 direct dependents • 7 total dependents

This Package serves as a very *very* simple interface to a packages __DATA__ section. Its primary purposes is to make successive accesses viable without needing to scan the file manually for the __DATA__ marker. It does this mostly by recording the c...

KENTNL/Data-Handle-1.000001 - 08 Mar 2017 11:46:09 UTC - Search in distribution

HTTP::Handle - HTTP Class designed for streaming River stage zero No dependents

The "HTTP::Handle" module allows you to make HTTP requests and handle the data yourself. The general ideas is that you use this module to make a HTTP request and handle non-header data yourself. I needed such a feature for my mp3 player to listen to ...

PSIONIC/HTTP-Handle-0.2 - 03 Jul 2004 08:53:40 UTC - Search in distribution

I18N::Handle - A common i18n handler for web frameworks and applications. River stage zero No dependents

***THIS MODULE IS STILL IN DEVELOPMENT*** I18N::Handle is a common handler for web frameworks and applications. I18N::Handle also provides exporting a global loc function to make localization, the default loc function name is "_". To change the expor...

CORNELIUS/I18N-Handle-0.051 - 26 Dec 2010 09:11:48 UTC - Search in distribution

Class::Handle - Create objects that are handles to Classes River stage one • 3 direct dependents • 5 total dependents

Class related functionality in Perl is broken up into a variety of different modules. Class::Handle attempts to provide a convenient object wrapper around the various different types of functions that can be performed on a class. Please note that thi...

ADAMK/Class-Handle-1.07 - 11 Dec 2007 04:48:27 UTC - Search in distribution

Jifty::Handle - A database handle class for Jifty River stage two • 33 direct dependents • 33 total dependents

A wrapper around Jifty::DBI::Handle which is aware of versions in the database...

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC - Search in distribution

Pcore::Handle River stage one • 1 direct dependent • 1 total dependent

ZDM/Pcore-v0.139.0 - 14 Jul 2020 14:12:56 UTC - Search in distribution

Redis::Handle - A filehandle tie for a Redis queue River stage zero No dependents

"Redis::Handle" implements a tie interface to a Redis queue so that you can treat said queue as a filehandle. Pushing to the front of the queue is the same as a "print", and popping off the end of the queue is like a "readline"....

TRON/Redis-Handle-0.2.0 - 27 Mar 2012 22:12:04 UTC - Search in distribution

Context::Handle - A convenient context propagation proxy thingy. River stage one • 1 direct dependent • 1 total dependent

This module lets you delegate to another method and return the value without caring about context propagation. The level of support is tied to what Want does - this module tries to make all the distinctions Want can make fully supported, for example ...

NUFFIN/Context-Handle-0.01 - 29 Mar 2006 15:56:12 UTC - Search in distribution

AnyEvent::Handle - non-blocking I/O on streaming handles via AnyEvent River stage three • 409 direct dependents • 668 total dependents

This is a helper module to make it easier to do event-based I/O on stream-based filehandles (sockets, pipes, and other stream things). Specifically, it doesn't work as expected on files, packet-based sockets or similar things. The AnyEvent::Intro tut...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution

PocketIO::Handle - Handle River stage one • 3 direct dependents • 3 total dependents

PocketIO::Handle is a wrapper on top of AnyEvent::Handle....

VTI/PocketIO-0.17 - 07 Jan 2014 20:30:05 UTC - Search in distribution

UniEvent::Handle - Base abstract class for all handle types River stage one • 5 direct dependents • 5 total dependents

The class contains methods common for all hanlde types....

SYBER/UniEvent-1.2.13 - 31 Jan 2024 12:58:13 UTC - Search in distribution

colorize::handle - Colorize a filehandle River stage one • 1 direct dependent • 1 total dependent

This is a thin wrapper over PerlIO::via::ANSIColor. Caveat: although this module provides "unimport()", this code does not do what you expect it to do: { use colorize::stderr; warn "colored warning!"; } warn "back to uncolored"; Because "no colorize:...

PERLANCAR/colorize-stderr-0.002 - 21 Mar 2020 12:29:27 UTC - Search in distribution

FileCache::Handle - A FileCache using IO::Handle instances River stage zero No dependents

FileCache::Handle, like FileCache, avoids OS-imposed limits on the number of simultaneously open files. Instances behave like file handles and, behind the scenes, real files are opened and closed as necessary. FileCache::Handle uses instances of IO::...

JOSEPHW/FileCache-Handle-0.002 - 05 Jan 2005 00:11:56 UTC - Search in distribution
6,662 results (0.15 seconds)