hi... i'm trying to use AppConfig, but i'm getting the following error:

dir: no such variable at /home/sheila/loserspool/loserspool.conf line 1

when running this code:

<code>
$config = AppConfig->new ({ERROR => sub {die shift}});
$config->file ('/home/sheila/loserspool/loserspool.conf');
</code>

with this conf file:
<conf>
dir = /home/sheila/loserspool

dsn = dbi:mysql:database=sheila;host=www.seventh.net;port=3306
username = sheila
password = censored
</conf>

Thanks for your help

jjv




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

Reply via email to