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

Search results for "module: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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

POE::Component::SSLify - Makes using SSL in the world of POE easy! River stage two • 13 direct dependents • 23 total dependents

This component is a method to simplify the SSLification of a socket before it is passed to a POE::Wheel::ReadWrite wheel in your application. Client usage # Import the module use POE::Component::SSLify qw( Client_SSLify ); # Create a normal SocketFac...

APOCAL/POE-Component-SSLify-1.012 - 14 Nov 2014 20:21:21 UTC

POE::Component::Logger - A POE logging class River stage one • 2 direct dependents • 3 total dependents

POE::Component::Logger provides a simple logging component that uses Log::Dispatch::Config to drive it, allowing you to log to multiple places at once (e.g. to STDERR and Syslog at the same time) and also to flexibly define your logger's output. It i...

DOLMEN/POE-Component-Logger-1.10 - 29 Oct 2010 23:22:56 UTC

POE::Component::Jabber - A POE Component for communicating over Jabber River stage one • 2 direct dependents • 2 total dependents

PCJ is a communications component that fits within the POE framework and provides the raw low level footwork of initiating a connection, negotiatating various protocol layers, and authentication necessary for the end developer to focus more on the bu...

NPEREZ/POE-Component-Jabber-3.00 - 22 Mar 2009 08:51:45 UTC
648 results (0.098 seconds)