Help for this page

Select Code to Download


  1. or download this
    foreach $newdn ( keys %newgrouphash )  {
                         
             foreach $group ( @{$newgrouphash{$newdn}} )  {
    
  2. or download this
    push (@{$newgrouphash{"$newdn"} },"$newgroup");  
        foreach $newdn (sort keys %newgrouphash )  {
    ...
                       print "$res\n";