Hi.
I read over and over the lines in all the python scripts, and
this in the info pages:
Commands have been wrapped into Python functions, and an
`Events_handler' class has been made public to handle
asynchronous feedback from the interpreter.
Is there a similar class for perl? The example in the
adesklets.pm module shows a hash of subroutines(?) as event
handlers...er..I'm showing my lack of knowledge here...
More succinctly, can I 'poll' for events? How do I keep the
adesklets::event_loop from blocking? Is this what event_catch
and event_uncatch are for?
Any insight would be immensely appreciated.