Modules
- POE - portable multitasking and networking framework for Perl
- POE::API::Ctl - Switches and Knobs for POE Internals
- POE::API::ResLoader - provides initialization interface for POE::Resources
- POE::Component - a POE servlet class
- POE::Component::Client::TCP - a simplified TCP client
- POE::Component::Server::TCP - a simplified TCP server
- POE::Driver - an abstract file driver
- POE::Driver::SysRW - an abstract sysread/syswrite file driver
- POE::Filter - a protocol abstraction
- POE::Filter::Block - filter between streams and blocks
- POE::Filter::Grep - POE Data Grepping Filter
- POE::Filter::HTTPD - convert stream to HTTP::Request; HTTP::Response to stream
- POE::Filter::Line - filter data as lines
- POE::Filter::Map - POE Data Mapping Filter
- POE::Filter::RecordBlock - POE Record Block Abstraction
- POE::Filter::Reference - freeze data for sending; thaw data when it arrives
- POE::Filter::Stackable - POE Multiple Filter Abstraction
- POE::Filter::Stream - pass through data unchanged (a do-nothing filter)
- POE::Kernel - an event driven threaded application kernel in Perl
- POE::Loop - documentation for POE's event loop bridge interface
- POE::Loop::Event - a bridge that supports Event.pm from POE
- POE::Loop::Gtk - a bridge that supports Gtk's event loop from POE
- POE::Loop::IO_Poll - a bridge that supports IO::Poll from POE
- POE::Loop::PerlSignals - plain Perl signal handlers used by many loops
- POE::Loop::Select - a bridge that supports select(2) from POE
- POE::Loop::Tk - a bridge that supports Tk's event loop from POE
- POE::Loop::TkActiveState - a bridge that supports Tk's event loop from POE
- POE::Loop::TkCommon - common features of POE's Tk event loop bridges
- POE::NFA - event driven nondeterministic finite automaton
- POE::Pipe - common functions for POE::Pipe::OneWay and ::TwoWay
- POE::Pipe::OneWay - portable one-way pipe creation (works without POE)
- POE::Pipe::TwoWay - portable two-way pipe creation (works without POE)
- POE::Queue - documentation for POE's priority queue interface
- POE::Queue::Array - a high-performance array-based priority queue
- POE::Resource - documentation for POE's internal event watchers/generators
- POE::Resource::Aliases - manage session aliases for POE::Kernel
- POE::Resource::Controls - Switches and Knobs for POE Internals
- POE::Resource::Events - manage events for POE::Kernel
- POE::Resource::Extrefs - tagged "extra" ref. count management for POE::Kernel
- POE::Resource::FileHandles - manage file handles on behalf of POE::Kernel
- POE::Resource::SIDs - session ID management for POE::Kernel
- POE::Resource::Sessions - manage session data structures for POE::Kernel
- POE::Resource::Signals - signal management for POE::Kernel
- POE::Resource::Statistics - Runtime statistics for POE programs
- POE::Resources - loader of POE resources
- POE::Session - an event driven abstract state machine
- POE::Wheel - high-level protocol logic
- POE::Wheel::Curses - non-blocking Curses.pm input for full-screen console apps
- POE::Wheel::FollowTail - follow the tail of an ever-growing file
- POE::Wheel::ListenAccept - accept connections from regular listening sockets
- POE::Wheel::ReadLine - prompted terminal input
- POE::Wheel::ReadWrite - buffered non-blocking I/O
- POE::Wheel::Run - event driven fork/exec with added value
- POE::Wheel::SocketFactory - non-blocking socket creation and management
Provides
- POE::Wheel::ReadLine::Keymap in lib/POE/Wheel/ReadLine.pm
Examples
- examples/README.samples
- examples/create.perl
- examples/fakelogin.perl
- examples/forkbomb.perl
- examples/names.perl
- examples/objmaps.perl
- examples/objsessions.perl
- examples/packagesessions.perl
- examples/queue.perl
- examples/selects.perl
- examples/sessions.perl
- examples/signals.perl
- examples/tcp_watermarks.perl
- examples/thrash.perl
- examples/watermarks.perl
- examples/wheels2.perl