@ary = grep{/one/} values %hash; print "found", if(scalar @ary > 0);