Help for this page
use warnings; use strict; ... sub callback { print "we're alive!\n"; }
1: in the main process... we're alive! ... 2: in the main process... we're alive! we're alive!