- or download this
while ( my ( $key, $value ) = each $hoh{$name} ) {
do stuff;
}
- 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'
};
- or download this
while ( my ( $key, $value ) = each %{ $hoh{$sid} } ) {
...
}
- or download this
Global symbol "$hoh" requires explicit package name