Re: Apache::DBI->connect_on_init in BEGIN?

2000-05-15 Thread svante sörmark
ables from httpd.conf inside a BEGIN or a PerlChildInitHandler. i set the variables with PerlSetVar inside sections. is there any way to do this? -- ------------ Svante Sörmark | Chalmers University IT systems & services | 031-7728665

Re: Apache::DBI->connect_on_init in BEGIN?

2000-05-14 Thread svante sörmark
; > > >does anyone have a clever solution to this? i've resorted to `grep`ing > >httpd.conf for the DBI_INFO string, but that is sooo ugly. > > > >thanks. > >-- > > > >Svante Sörmark | Chalmers University IT systems &

Apache::DBI->connect_on_init in BEGIN?

2000-05-14 Thread svante sörmark
config('DBI_INFO'); } } but of course the Apache* stuff isn't available at this stage... does anyone have a clever solution to this? i've resorted to `grep`ing httpd.conf for the DBI_INFO string, but that is sooo ugly. thanks. -- -----------