%h_ou=&list_ous();
foreach $item (keys (%h_ou)) {
          print " ".$h_ou{$item}->{'alias'}."-". $h_ou{$item}->{'name'}."\n";
