in reply to Re^4: Do people find warning for undef with string compare useful?
in thread Do people find warning for undef with string compare useful?
"catching an error", and handling it -- ideally would involve invoking an alternate method to do what you were trying to do
have programs that collect status information, and if something is wrong, they take steps to fix it -- progressively, as well as send email at increasing intervalsWell, In my example you see 1) a typo 2) "confess" method. This means I catch programmer's error (i.e. it's an assertion).
you are trying to change the nature of the discussionOkay, show me your real code where you need work with undefs..
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Do people find warning for undef with string compare useful?
by perl-diddler (Chaplain) on Jun 02, 2013 at 05:24 UTC |