Help for this page

Select Code to Download


  1. or download this
    if ( $hash{$1} eq $2 )
    {
     print "$1 is in hash with a value of $2\n";
    }