Help for this page

Select Code to Download


  1. or download this
    foreach $item (keys %Myhash){
        if ($item eq $My_Value)    {
    ...
    
        }
    }
    
  2. or download this
    # This:
    foreach my $top_item ( keys %Myhash ){
    ...
    
    }