in reply to Re: How a baisc debugging effort restored my sanity!
in thread How a baisc debugging effort restored my sanity!
For this deep-in-the-code stuff i usually use croak. Especially for one-off stuff that *probably* no one but me will ever use.
This raises awareness of the problem, without having to implement a gazillion of error handling stuff beforehand for software that's only meant to be run by the developer him/herself.