Help for this page
$is_in_hash=grep /^Superman$/,values(%hash);
$is_in_hash = 0 < grep $_ eq "Superman", values %hash;