sub that { 5 } sub xx{ eval { return that() || die }; 1 } print xx; __OUTPUT__ 1