Perl Object Environment: Difference between revisions

Content deleted Content added
No edit summary
Line 50:
 
==POE Components==
Several larger [[Modular programming|packages]] have been written in POE according to the '''POE::Component''' documentation. These are event-driven modules, many of which act as little [[Daemon (computer software)|daemons]] that provide services to larger packages to which they belong. Some of them facilitate higher-level communications between modules, especially stand-alone applications that need to remain independent from the main distribution of Perl.
 
In general, POE Components are ready-made high level procedures that perform specific large tasks. A few examples: