use strict; use warnings; use LocalEval; local_eval { print "hello\n"; splode(); }; print "Should still run.\n";