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


in reply to Create your own signal in Perl

No too dificult. Do you want to use Perl threads or forks? See THREAD SIGNALLING for the former; Signals in perlipc and kill for the latter.

#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.