Help for this page

Select Code to Download


  1. or download this
    $is_in_hash=grep /^Superman$/,values(%hash);
    
  2. or download this
    $is_in_hash = 0 < grep $_ eq "Superman", values %hash;