eval { print "Inside\n"; die; }; print "Outside\n"; ---- Inside Outside