my %quicktime_ext = map { $_ => undef } qw(...); #### my $found = ''; # overparenthesised for clarity and laziness :) map { $found || ($found = ($ext eq $_)) } @quicktime_ext;