print "Value: " . $hash_ref->{$_} . "\n" for grep exists $hash_ref->{$_}, map lc, @vars;