On Mon, 12 Feb 2001, 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. Any > thoughts? How do you know it isn;t being added? Try putting this in your httpd.conf, right after the PerlRequire: <Perl> print join (':', @INC); </Perl> - Perrin
- PerlRequire Aaron Schlesinger
- Re: PerlRequire Ernest Lergon
- RE: PerlRequire Perrin Harkins
- RE: PerlRequire Liddick, Scott
- RE: PerlRequire Aaron Schlesinger
- PerlRequire Florence Dardenne
- Re: PerlRequire Perrin Harkins
- Re: PerlRequire Per Einar Ellefsen