Help for this page
{ local $SIG{ ALRM } = sub { die 'timeout' }; ... handle_timeout(); } }
$cowbell = eval { more_cowbell() }; # eval errors blithely ignored ... # in some other code, far, far away die 'i got a fever' unless $cowbell;