in reply to combining array items to match a certain string
my $h = { cowboy => [ cow, boy ], cat => undef, dog => undef } [download]