Perl Object Environment: Difference between revisions

Content deleted Content added
Line 7:
 
==POE Architecture: Layers of Abstraction ==
POE, The '''Perl Object Environment''' can be thought of as a tiny modular [[operating system]]. One or more POE programs or instances can be run concurrently and are generally well suited for [[cooperative multitasking]]. The POE package consists of [[Namespace (computer science)|namespaces]] and [[abstraction]]s that guide future development of POE in an open-ended [[CPAN|CPAN-style]] convention.
 
===The event layer===