in reply to Re: Populating hash keys and LDAP: putting things together
in thread Populating hash keys and LDAP: putting things together
but also$href->{'p=root'}{'cp=1'}{'n=1'}{'n=1'}{'n=1'}{'n=1'} = 'entry1111';
What data structore can be used for this?$href->{'p=root'}{'cp=1'} = 'entry1'; $href->{'p=root'}{'cp=1'}{'n=1'} = 'entry11'; $href->{'p=root'}{'cp=1'}{'n=1'}{'n=1'} ='entry111';
--dda
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Populating hash keys and LDAP: putting things together
by bart (Canon) on Oct 07, 2003 at 11:43 UTC |