CDDB - a high-level interface to cddb protocol servers (freedb and CDDB)
CDDB protocol (cddbp) servers provide compact disc information for programs that need it. This allows such programs to display disc and track titles automatically, and it provides extended information like liner notes and lyrics. This module provides...
RCAPUTO/CDDB-1.222 - 15 Aug 2013 07:34:46 UTC - Search in distribution
POE - portable multitasking and networking framework for any event loop
POE is a framework for cooperative, event driven multitasking and networking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE provides a unified interface for several other event loops, including sel...
BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution
jcut - cut out selected portions of each JSON object in a file
jcut(1) cuts out selected portions of each JSON record and writes them to standard output. Multiple output fields may be specified, one per -o flag....
RCAPUTO/App-PipeFilter-0.005 - 29 Apr 2012 22:07:33 UTC - Search in distribution- jmap - map input JSON fields to output JSON fields by renaming them
- jcat - concatenate and print JSON files
- jsort - sort input files of JSON objects on key fields
- 26 more results from App-PipeFilter »
pastebot - the original clipboard to chat gateway
Pastebot is an IRC bot and a web server in one program. Users submit short pieces of text to the web server, and the IRC bot announces them in IRC. A single pastebot instance can provide one or more web servers, each accepting connections on a differ...
RCAPUTO/Bot-Pastebot-0.600 - 11 Oct 2014 01:51:44 UTC - Search in distribution
poe-gen-tests - generate standard POE tests for third-party modules
This program and the accompanying POE::Test::Loop::* modules make up POE's tests for POE::Loop subclasses. These tests are designed to run identically regardless of the current event loop. POE uses them to test the event loops it bundles: POE::Loop::...
RCAPUTO/POE-Test-Loops-1.360 - 03 Nov 2014 18:39:51 UTC - Search in distribution
Reflex - Class library for flexible, reactive programs.
Reflex is a class library that assists with writing reactive (AKA event-driven) programs. Reflex uses Moose internally, but it doesn't enforce programs to use Moose's syntax. Those who enjoy Moose should find useful Reflex's comprehensive suite of re...
RCAPUTO/Reflex-0.100 - 02 Apr 2017 21:56:28 UTC - Search in distribution- Reflex::Role - define a Reflex paramaterized role
- Reflex::Callbacks - Convenience functions for creating and using callbacks
- Reflex::PID - Watch the exit of a subprocess by its SIGCHLD signal.
- 72 more results from Reflex »
POE::Request - a common message class for POE::Stage
POE::Request objects encapsulate messages passed between POE::Stage objects. Each request includes a destination (the stage and method to call), optional data to be sent to the destination method (args), and optional hints where to send responses (on...
RCAPUTO/POE-Stage-0.060 - 28 Jul 2009 18:15:54 UTC - Search in distribution- POE::Watcher - a base class for POE::Stage's event watchers
- POE::Request::Upward - internal base class for POE::Stage response messages
- POE::Stage::Receiver - a simple UDP recv/send component
- 10 more results from POE-Stage »
Lexical::Persistence - Persistent lexical variable values for arbitrary calls.
Lexical::Persistence does a few things, all related. Note that all the behaviors listed here are the defaults. Subclasses can override nearly every aspect of Lexical::Persistence's behavior. Lexical::Persistence lets your code access persistent data ...
RCAPUTO/Lexical-Persistence-1.023 - 19 Aug 2013 14:19:43 UTC - Search in distribution
POE::Component::SimpleDBI - Asynchronous non-blocking DBI calls in POE made simple
This module simplifies DBI usage in POE's multitasking world. This module is a breeze to use, you'll have DBI calls in your POE program up and running in only a few seconds of setup. This module does what XML::Simple does for the XML world. This modu...
APOCAL/POE-Component-SimpleDBI-1.31 - 05 Nov 2014 22:19:08 UTC - Search in distribution
Text::Conversation - Turn a conversation into threads, one line at a time.
Text::Conversation attempts to thread conversational text one line at a time. Given a speaker's ID (often a name, screen name, or other relatively unique identifier) and the text of their message, it attempts to find the most likely message they are ...
RCAPUTO/Text-Conversation-0.053 - 19 Aug 2013 14:18:15 UTC - Search in distribution
Filter::Template - a source filter for inline code templates (macros)
Filter::Template is a Perl source filter that provides simple inline source code templates. Inlined source code can be significantly faster than subroutines, especially for small-scale functions like accessors and mutators. On the other hand, they ar...
RCAPUTO/Filter-Template-1.043 - 12 Aug 2013 13:12:37 UTC - Search in distribution
POE::Devel::Benchmarker - Benchmarking POE's performance ( acts more like a smoker )
This module is poorly documented now. Please give me some time to properly document it over time :) INSTALLATION Here's a simple outline to get you up to speed quickly. ( and smoking! ) Install CPAN package + dependencies Download+install the POE::De...
APOCAL/POE-Devel-Benchmarker-0.05 - 27 Jan 2009 18:04:36 UTC - Search in distribution
POE::Component::Client::HTTP - a HTTP user-agent component
POE::Component::Client::HTTP is an HTTP user-agent for POE. It lets other sessions run while HTTP transactions are being processed, and it lets several HTTP transactions be processed in parallel. It supports keep-alive through POE::Component::Client:...
RCAPUTO/POE-Component-Client-HTTP-0.949 - 08 Jul 2014 18:10:16 UTC - Search in distribution
POE::Component::Server::SOAP - publish POE event handlers via SOAP over HTTP
This module makes serving SOAP/1.1 requests a breeze in POE. The hardest thing to understand in this module is the SOAP Body. That's it! The standard way to use this module is to do this: use POE; use POE::Component::Server::SOAP; POE::Component::Ser...
APOCAL/POE-Component-Server-SOAP-1.14 - 02 Feb 2009 07:17:21 UTC - Search in distribution
Acme::POE::Knee - Time sliced pony race using the POE kernel.
POE::Knee is an acronym of "Pony". We all like ponies. And wouldn't we love to race ponies? Well, that's what Acme::POE::Knee is for! It's great for those friday afternoons at the office, where you wonder who will pay the beer tab. Whoever 'wins' the...
BINGOS/Acme-POE-Knee-1.12 - 13 Jul 2011 11:20:37 UTC - Search in distribution
Curses::UI::POE - A subclass makes Curses::UI POE Friendly.
TAG/Curses-UI-POE-0.04
-
15 Dec 2011 10:28:54 UTC
-
Search in distribution
Term::ReadLine::Event - Wrappers for Term::ReadLine's new event_loop model.
Provides many of the event loop interactions shown in the examples provided as a small change to your code rather than the longer code required. This may actually be sufficient for your use, or it may not. This likely depends on the loop being used....
DMCBRIDE/Term-ReadLine-Event-0.05 - 24 Nov 2015 04:59:46 UTC - Search in distribution
POE::Loop::Glib - A bridge that supports Glib's event loop from POE
This class is an implementation of the abstract POE::Loop interface. It follows POE::Loop's public interface exactly. Therefore, please see POE::Loop for its documentation. Also, please look at Glib for more details on using it....
APOCAL/POE-Loop-Glib-0.038 - 03 Apr 2010 20:34:10 UTC - Search in distribution
POE::Component::Client::Ping - a non-blocking ICMP ping client
POE::Component::Client::Ping is non-blocking ICMP ping client. It lets several other sessions ping through it in parallel, and it lets them continue doing other things while they wait for responses. Ping client components are not proper objects. Inst...
RCAPUTO/POE-Component-Client-Ping-1.177 - 04 Feb 2021 17:33:37 UTC - Search in distribution
Acme::CPANAuthors::POE - We are CPAN Authors of POE
This class provides a hash of POE namespace CPAN Authors' PAUSE ID and name to the Acme::CPANAuthors module. It is currently statically generated information, I hope to make it dynamic in the future....
BINGOS/Acme-CPANAuthors-POE-0.86 - 01 May 2020 11:02:17 UTC - Search in distribution