Help for this page

Select Code to Download


  1. or download this
    %hash = ("abc" => "1",
             "def" => "2",
             "ghi" => "3",
    );
    
  2. or download this
    if($match =$hash{$input}) 
    {
       print "MATCHED VALUE IS \"$match\"...\n";
    }