in reply to Re^2: nonempty false listin thread nonempty false list
if (grep {$opt{$_}} qw(a b c)}) { [download]
if (my @keys = grep {$opt{$_}} qw(a b c)}) { print "@keys match\n"; [download]