Help for this page

Select Code to Download


  1. or download this
    
    while ( my ( $key, $value ) = each $hoh{$name} ) {
     do stuff;
    
    }
    
  2. or download this
    $VAR105 = 'S-1-5-21-xxxxxxxx-xxxxxxxxx-xxxxxxxxxxxx-xxxxx';
    $VAR106 = {
    ...
                'sn' => 'surname',
                'distinguishedname' => 'CN=name surname,OU=users,DC=domain
    +,DC=tld'
              };
    
  3. or download this
    while ( my ( $key, $value ) = each %{ $hoh{$sid} } ) {
    ...
    }
    
  4. or download this
    Global symbol "$hoh" requires explicit package name