Help for this page

Select Code to Download


  1. or download this
    $My_Value = 'SuperUser'; # assumption for this exercise
    
    ...
              }
            }
         }
    
  2. or download this
    if (ref $iteminitem eq 'HASH') {
        foreach $iteminitem1 (sort(keys %{$Myhash{$item}{$iteminitem}})){
    ....
        }
    }