{ my $try = first { $hash{ $_ } } @options; defined $try or ( log_failure(), last ); do_something( $try ); }