in reply to Re: Re: Populating hash keys and LDAP: putting things together
in thread Populating hash keys and LDAP: putting things together
That should work well, without a conflict.$href->{'p=root'}{'cp=1'}{'$'} = 'entry1'; $href->{'p=root'}{'cp=1'}{'n=1'}{'$'} = 'entry11'; $href->{'p=root'}{'cp=1'}{'n=1'}{'n=1'}{'$'} ='entry111'; $href->{'p=root'}{'cp=1'}{'n=1'}{'n=1'}{'n=1'}{'$'} ='entry1111';
If you need more kinds of (meta-)data, you can add more special keys.
|
|---|