On Mon, 22 Jan 2001, Christopher L. Everett wrote:

> variable at server startup, using my startup.pl:
... 
> $config{DBI_DSN} = Apache->server->dir_config('DBI_DSN');
... 
> PerlSetVar DBI_DSN "DBI:mysql:exchange_db"

is your PerlSetVar before or after PerlRequire for startup.pl?
it must come before for your code to work, which it should, works just
fine for me.

Reply via email to