http://www.perlmonks.org?node_id=811318


in reply to Re: Best way to replace 'die' with 'warn'
in thread Best way to replace 'die' with 'warn'

That works nicely!

Though I still have to wrap each function call with an eval...

I still hope that a seasoned "monk" could verify that other than changing the behavior of die, the addition of the 'eval' command won't change the behavior of anything else. Or if it does, then help me understand what other side effects adding 'eval' could have
  • Comment on Re^2: Best way to replace 'die' with 'warn'