Dec 1, 2006 #1 gauravflame Programmer Joined Dec 1, 2006 Messages 1 Location US If I am in sleep for 30mts and some error is happened .Is their is a way to trap the error which Happened after the 5 mts Thanks
If I am in sleep for 30mts and some error is happened .Is their is a way to trap the error which Happened after the 5 mts Thanks
Dec 1, 2006 #2 KevinADC Technical User Joined Jan 21, 2005 Messages 5,070 Location US if your perl programm is sleeping, it's not doing anything, how can there be an error? - Kevin, perl coder unexceptional! Upvote 0 Downvote
if your perl programm is sleeping, it's not doing anything, how can there be an error? - Kevin, perl coder unexceptional!
Dec 1, 2006 #3 MillerH Programmer Joined Oct 20, 2006 Messages 919 Location US http://perldoc.perl.org/perlipc.html#Signals Upvote 0 Downvote