in reply to Re^3: Best practices for handling exceptions in die/eval style
in thread Best practices for handling exceptions in die/eval style
I appreciate your tactic and I can understand it.
But it's confusing for me to ignore $@'s contents, I have some Python and C++ background so I prefer to create objects not messages. What if your object's method or object calls eval in somebody's exception handler code but it's not yours?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Best practices for handling exceptions in die/eval style
by stevieb (Canon) on Aug 29, 2018 at 22:27 UTC | |
by krautcat (Acolyte) on Sep 05, 2018 at 22:36 UTC |