Help for this page
sub somefunction{ ... END: }
sub somefunction{ local $SIG{ALRM} = sub { goto END }; ... END: }