use strict; use warnings; eval { die }; print "You can see I'm still alive!\n"; eval { exit }; print "You should never see this print\n";