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

Search results for "POE::Component"

POE::Component - event driven objects or subsystems River stage three • 401 direct dependents • 538 total dependents

POE "components" are event-driven modules that generally encapsulate mid- to high-level program features. For example, POE::Component::Client::DNS performs message-based asynchronous resolver lookups. POE::Component::Server::TCP is a basic asynchrono...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution

POE::Component::AIO - Asynchronous Input/Output for POE River stage one • 3 direct dependents • 3 total dependents

This component adds support for IO::AIO use in POE EXAMPLE use POE; Foo->new(); $poe_kernel->run(); package Foo; use POE qw( Component::AIO ); use Fcntl; use strict; use warnings; sub new { my $class = shift; my $self = bless( {}, $class ); POE::Sess...

XANTUS/POE-Component-AIO-1.00 - 08 Apr 2007 19:18:57 UTC - Search in distribution

POE::Component::IKC - POE Inter-Kernel Communication River stage two • 9 direct dependents • 11 total dependents

This is Inter-Kernel Communication for POE. It is used to get events from one POE kernel to another...

GWYN/POE-Component-IKC-0.2402 - 07 Jul 2014 18:41:38 UTC - Search in distribution

POE::Component::IRC - A fully event-driven IRC client module River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC is a POE component (who'd have guessed?) which acts as an easily controllable IRC client for your other POE components and sessions. You create an IRC component and tell it what events your session cares about and where to connect...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC - Search in distribution

POE::Component::XUL - Easier use of XUL::Node when using POE River stage one • 1 direct dependent • 1 total dependent

POE::Component::XUL uses POE::XUL::SessionManager and POE::XUL::Session in a slightly different way to allow poe callbacks to your session for XUL application calls. SYNOPSIS use POE qw( Component::XUL ); use XUL::Node; use XUL::Node::Application; us...

XANTUS/POE-Component-XUL-0.02 - 28 Feb 2005 17:49:30 UTC - Search in distribution

POE::Component::Cron - Schedule POE Events using a cron spec River stage one • 3 direct dependents • 3 total dependents

This component extends POE::Component::Schedule by adding an easy way t specify event schedules using a simple cron spec....

CFEDDE/POE-Component-Cron-0.021 - 27 Jun 2009 23:13:06 UTC - Search in distribution

POE::Component::Fuse - Using FUSE in POE asynchronously River stage one • 2 direct dependents • 2 total dependents

This module allows you to use FUSE filesystems in POE. Basically, it is a wrapper around Fuse and exposes it's API via events. Furthermore, you can use Filesys::Virtual to handle the filesystem. The standard way to use this module is to do this: use ...

APOCAL/POE-Component-Fuse-0.05 - 02 Feb 2009 05:24:00 UTC - Search in distribution

POE::Component::ICal - Schedule POE events using rfc2445 recurrences River stage one • 1 direct dependent • 1 total dependent

This component extends POE::Component::Schedule by adding an easy way to specify event schedules using rfc2445 recurrence. See DateTime::Event::ICal for the syntax, the list of the authorized parameters and their use....

LOSYME/POE-Component-ICal-0.130020 - 02 Jan 2013 21:07:10 UTC - Search in distribution

POE::Component::MXML - Perl extension for parsing Minimal XML specs River stage one • 1 direct dependent • 1 total dependent

MXML is a Minimalist XML, without frills such as CDATA, attributes or entities. Refer to http://www.docuverse.com/smldev/minxmlspec.html for a spec....

JGOFF/POE-Component-MXML-0.03 - 27 Sep 2003 23:00:03 UTC - Search in distribution

POE::Component::Pcap - POE Interface to Net::Pcap River stage one • 1 direct dependent • 1 total dependent

POE::Component::Pcap provides a wrapper for using the Net::Pcap module from POE programs. The component creates a separate session which posts events to a specified session and state when packets are available. ARGUMENTS Alias The alias for the Pcap ...

FLETCH/POE-Component-Pcap-0.04 - 08 Jul 2003 15:26:09 UTC - Search in distribution

POE::Component::SNMP - POE interface to Net::SNMP River stage one • 1 direct dependent • 1 total dependent

POE::Component::SNMP is a POE-ized wrapper around the Net::SNMP module written by David M. Town. Most of its arguments aren't even evaluated by POE, except for "-alias" and "-callback_args", as described below....

RDB/POE-Component-SNMP-1.1006 - 11 Jan 2010 04:47:39 UTC - Search in distribution

POE::Component::TSTP - A POE Component to handle Ctrl-Z River stage one • 2 direct dependents • 2 total dependents

By default, POE applications do not respond to Ctrl-Z due to slightly strange signal handling semantics. This module fixes that. You can pass in two options to the "create()" routine: * Alias An *Alias* for the component. By default it is called "tst...

MSERGEANT/POE-Component-TSTP-0.02 - 17 Dec 2002 18:07:13 UTC - Search in distribution

POE::Component::Child - Child management component River stage one • 3 direct dependents • 4 total dependents

This POE component serves as a wrapper for POE::Wheel::Run, obviating the need to create a session to receive the events it dishes out....

ECALDER/POE-Component-Child-1.39 - 31 Dec 2005 23:48:04 UTC - Search in distribution

POE::Component::Growl - Growl notification dispatcher for POE River stage one • 1 direct dependent • 1 total dependent

AAR/POE-Component-Growl-1.00 - 31 Jul 2005 16:09:49 UTC - Search in distribution

POE::Component::Hailo - A non-blocking wrapper around Hailo River stage one • 2 direct dependents • 2 total dependents

POE::Component::Hailo is a POE component that provides a non-blocking wrapper around Hailo. It accepts the events listed under "INPUT" and emits the events listed under "OUTPUT"....

HINRIK/POE-Component-Hailo-0.11 - 10 Dec 2018 20:22:31 UTC - Search in distribution

POE::Component::LaDBI - POE Component that spawns a perl subprocess to handle non-blocking access to the DBI API. River stage one • 1 direct dependent • 1 total dependent

LaDBI Session Events "shutdown" This tells the LaDBI session to shutdown. It takes two optional arguments, $cause and $errstr. Both arguments get posted back to all registered sessions and all outstanding requests. For registered sessions the "Offlin...

SEGAN/POE-Component-LaDBI-1.2.1 - 18 Jul 2004 20:45:49 UTC - Search in distribution

POE::Component::OSCAR - A POE Component for the Net::OSCAR module River stage one • 1 direct dependent • 1 total dependent

The wrapper is very thin, so most of the useful documentation can be found in the Net::OSCAR module. Create a new connection with $oscar = POE::Component::OSCAR->new(); Though it has an object interface to make coding simpler, this actually spawns a ...

DMCC/POE-Component-OSCAR-0.05 - 22 Mar 2007 20:50:03 UTC - Search in distribution

POE::Component::TFTPd - A tftp-server, implemented through POE River stage one • 1 direct dependent • 1 total dependent

BEVO/POE-Component-TFTPd-0.0302 - 17 May 2011 06:37:57 UTC - Search in distribution

POE::Component::Daemon - Handles all the housework for a daemon. River stage one • 1 direct dependent • 1 total dependent

Dealing with all the little details of a forking daemon can be annoying and hard. POE::Component::Daemon encapsulates all the details into one place and (hopefully) gets them right. POE::Component::Daemon will deal with all the annoying details of cr...

GWYN/POE-Component-Daemon-0.1301 - 03 Sep 2013 19:48:52 UTC - Search in distribution

POE::Component::Github - A POE component for the Github API River stage one • 2 direct dependents • 2 total dependents

POE::Component::Github is a POE component that provides asynchronous access to the Github API <http://develop.github.com/> to other POE sessions or components. It was inspired by Net::Github. The component handles communicating with the Github API an...

BINGOS/POE-Component-Github-0.08 - 08 Mar 2011 01:20:25 UTC - Search in distribution
435 results (0.106 seconds)