Perl Object Environment: Difference between revisions

Content deleted Content added
very minor correction
Line 50:
 
==POE Components==
Several larger [[packages]] have been written in POE according to the '''POE::Component''' POE servlet classdocumentation. These are event-driven modules, many of which act as little [[daemons]] that provide services to larger packages to which they belong. Some of thesethem facilitate higher-level communications between modules, especially stand-alone applications that need to remain independant from the main distribution of Perl.
 
In general, POE Components are ready-made high level procedures that perform specific large tasks. A few examples:
Line 62:
freeing programmers to focus on more interesting things.
This should be true for any library, though."
The CPAN search has a list of all [http://search.cpan.org/search?m=module&q=POE%3A%3AComponent published POE component classes].
 
==POE Humor==
==See also==