I was skimming some Perl6 info, (in particular
http://www.perl.com/pub/2000/07/perl6.html), and I stumbled across the statement:
But not a lot seems to have happened to Perl in the last year. The last really interesting Perl development was probably POE, which won the "Best New Module"
award at last year's Perl conference.
POE? What's that? If it's so great, it sounds like something I should
learn about. So I looked it up in CPAN, and read the readme. It appears to assume I'm familiar with POE, but I did get this:
"POE" is an acronym for Perl Object Environment. This may change to
Persistent Object Environment.
First and foremost, it is a programming framework for event-driven
state machines.
POE includes high-level, functional interfaces for select, alarms,
sockets and file I/O. The interfaces are robust but incomplete.
From different vantage points, POE may look like other things:
It may seem to be a cooperative multithreading model.
It may be interpreted as a portable component architecture.
Because it implements a low-level programming concept, POE can do many
things.
I guess I'm just not familiar with the terminology of this low-level programming concept. It "can do many things". Can someone give me some examples?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.