"Christopher L. Everett" wrote:
> So what I'd like to know is: is there any way of picking up
> configuration
> info from the httpd-perl.conf at server startup?

If you don't need to have different configurations for each virtual host
or directory, you could just use globals.

<Perl>
$MyConfig::DBI_DSN = 'foobar';
</Perl>

- Perrin

Reply via email to