Pardus has asked for the wisdom of the Perl Monks concerning the following question:

Trying to get a program running as an event driven engine. Does anyone know of a good module to use for this, or should I write it myself ?
I was thinking about something with a hash with listeners/code-refs per event and a 'broadcast' subroutine.
Event.pm doesn't seem to be what I need for this, it talks about stuff like priorities.
--
Jaap Karssenberg || Pardus (Larus)? <pardus@cpan.org>
>>>> Zoidberg: So many memories, so many strange fluids gushing out of patients' bodies.... <<<<

Replies are listed 'Best First'.
Re: module for an event engine ?
by dws (Chancellor) on Apr 17, 2003 at 00:46 UTC
    Trying to get a program running as an event driven engine. Does anyone know of a good module to use for this, or should I write it myself ?

    Have you looked at POE? It's not just about networking.