Re: Eval not reseting
- From: castillo.bryan@xxxxxxxxx
- Date: 23 Dec 2005 12:28:25 -0800
What happens on your system if you do this?
eval {
$SIG{ALRM} = sub { die "alarm" };
alarm 1; # Timeout after x seconds
@rpcinfo = `sleep 500`;
alarm 0;
};
.
- Follow-Ups:
- Re: Eval not reseting
- From: Cosmic Cruizer
- Re: Eval not reseting
- References:
- Eval not reseting
- From: Cosmic Cruizer
- Eval not reseting
- Prev by Date: Re: Apache and Perl in Windows
- Next by Date: Re: Apache and Perl in Windows
- Previous by thread: Eval not reseting
- Next by thread: Re: Eval not reseting
- Index(es):