Help for this page

Select Code to Download


  1. or download this
    my %Data = getQueues();
    
    ...
            print "$k = $v \n";
        }
    }
    
  2. or download this
    foreach my $key (keys(%HoH)){
      foreach my $otherKey (keys($HoH{$key})){
    ...
        my $result = &DO_SOMETHING($value);
      }
    }