Help for this page

Select Code to Download


  1. or download this
    %hash=(10=>1, 20=>2, 30=>1 40=>2);
    
  2. or download this
    %hash=(40=>1, 60=>2);
    
  3. or download this
    if (exists ($hash{$key}))
    {
    do..
    }