As my first real script in perl, I would to parse a LDIF file (export format
of an LDAP directory) to get some sort of information of it. The structure
of such a file is something like this (between quotes) :

"
name: bozo
surname: the clown
address: over here

name: denise
surname: richard
address: in your dreams

name: brad
surname: pitt
adress: there
"

What should be the structure of my loop ? Do you know a complete script
already written to parse such a file (can't find any on the net) ?

Thanx,

Vincent.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to