for my $isbn ( @isbns ) { eval { assert_valid_isbn( $isbn ); process_this_isbn( $isbn ); }; $@ and warn $@; };