Help for this page
# be nice to callers - don't wipe out $@ for them local $@; ... } or do { #handle errors here }
local $@; eval { ... die Exception::Unknown->new(); } }