Help for this page

Select Code to Download


  1. or download this
    comp1-cmd1-test1
    comp1-cmd1-test2
    ...
    comp2-cmd1-test1
    comp2-cmd1-test2
    comp3-cmd1-test1
    
  2. or download this
    %hoh = (
      "comp1" => { "cmd1" => [ "test1", "test2" ],
    ...
      "comp2" => { "cmd1" => [ "test1", "test2" ] },
      "comp3" => { "cmd1" => [ "test1" ] },
    );<br>
    
  3. or download this
    %hoh = ();
    foreach my $temp (sort @{$arr1} ) {
    ...
                      cmd => $cmd,
                      test => $test, };
    }