http://www.perlmonks.org?node_id=1046527

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

I want to write a script in which I can implement Event and signal handling I want to emit a Signal in one thread and catch the Signal emitted in another thread which calls the signal callback.