Hi,

$a = [
        'cn'   => ['Barbara Jensen', 'Barbs Jensen'],
        'sn'   => 'Jensen',
        'mail' => '[EMAIL PROTECTED]',
        'objectclass' => ['top', 'person',
                        'organizationalPerson',
                                           'inetOrgPerson' ],
                       ];


I have this arrary structure, how should I read it?  For example how do I 
acces to "inetOrgPerson' value or Jesen value?

Thanks

LD

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to