eval { local $SIG{'__DIE__'} = sub { die $@ }; # do something that may die }; #### Use of uninitialized value $@ in ...