>
> I need to find place for configuring perl includes.
>
> I use httpd.conf:
>
> SetEnv PERLLIB 'D:/Inetpub/libperl'
>
> but PERLLIB is comma-separated and I do not know how to set 'D:/'.
>
> Is there any other place where to set it?
>
I usualy set it in a startup.pl:
In httpd.conf
PerlRequire /path/to/startup.pl
in startup.pl
use lib qw{d:\inetpub\libperl} ;
Gerald
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]