&try( sub { die; }, &catch( sub { print 'error'; return; # Not very useful! }, ), );