Exception Handling, Logging, and Parameter Validation 9

Very Simple Exceptions

eval { die "I am dead" };
warn $@ if length $@;
# emits a warning