Help for this page
eval { local $SIG{ALRM} = sub { die "timeout" }; ... connect(SOCKET, $paddr) || error(); alarm(0); };
#!perl ... $@: Undefined subroutine &main::error called at 759131.pl line 6. Terminating on signal SIGALRM(14)