if (!eval { ...; 1 }) { ...error handler... } #### my $rv; if (!eval { $rv = ...; 1 }) { ...error handler... }