Aaron Schlesinger wrote:
> 
> I have a line in my httpd.conf:
> 
> PerlRequire /path/to/startup.pl
> 
> In startup.pl I have this line:
> 
> use lib '/path/to/module';
> 
> This is not being added to my @INC like it should.
>
try

use lib '/path/to';
use module;



Ernest





-- 
Yours sincerely
Mit freundlichen Grüßen

Ernest Lergon

                VIRTUALITAS
Artists online, Fine Arts online, Poets online
        http://www.virtualitas.com/

Reply via email to