in reply to Re^2: Reliable Timeout
in thread Reliable Timeout

Which you don't generally need if you're expecting to catch your own exceptions :)

If there's a chance the die won't be caught by my own code, I like to use Carp::confess instead of die anyway to get the stack trace.