Greetings,
I am trying to use config::general on my script. The config file looks 
like this:
<joe>
lname=soap
uname=joes
[EMAIL PROTECTED]
gay=1
</joe>

<jane>
lname=doe
uname=jandoe
[EMAIL PROTECTED]
gay=0
</jane>

<slim>
lname=shady
uname=eminem
[EMAIL PROTECTED]
gay=1
</slim>

I would like to read this in from file and display it on the screen or 
process it. Unfortunately my hash skills are not very good.

Just about all that I have been able to do from the docs is this:
 \my %config = ParseConfig(-file => "foo.conf", -LowerCaseNames => 1);

Please help...

LK

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

Reply via email to