Error handling

[Jesse]

(…) we need better error handling.

Indeed, I’ve been thinking about it myself. Anyway, I generally think it
is better that the script dies with die than with some error message, and
I also generally think it’s sane that it warns and/or dies when something
completely unexpected happens.

#Life ends with a crash
require ‘Coy.pm’;
&laughter while $I, die;
– Michael Schwern