Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Trying to understand POE

by kelan (Deacon)
on Sep 30, 2004 at 14:18 UTC ( [id://395354]=note: print w/replies, xml ) Need Help??


in reply to Trying to understand POE

POE is a pure Perl event framework that allows you to create separated "threads" of work. Basically you set up event handlers and then those handlers are called when the appropriate events occur. Events can be generated by things like incoming data on a network socket or a GUI button being pushed, or by the handlers themselves, to execute the next step in some process for example.

There's a nice turorial over at the POE site called Evolution of a POE Server that might help shed some light. Also, you should browse through the POE Cookbook to get a feel for the types of things you can do with POE.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://395354]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (None)
    As of 2024-04-25 03:56 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found