Duplicate entries in @INC

2001-02-28 Thread Arun Theeban
Hi All, I am using a linux box,with apache server,mod-perl. I have put my own modules in a directory and added the directory into @INC in my "startup.pl" file of the Apache Server.(I used "qw" to do that). All my programs works fine. But when I print all the values of @INC in mod-perl

Re: Duplicate entries in @INC

2001-02-28 Thread Stas Bekman
On Wed, 28 Feb 2001, Arun Theeban wrote: Hi All, I am using a linux box,with apache server,mod-perl. I have put my own modules in a directory and added the directory into @INC in my "startup.pl" file of the Apache Server.(I used "qw" to do that). All my programs works fine. But when I

Re: Duplicate entries in @INC

2001-02-28 Thread Perrin Harkins
But when I print all the values of @INC in mod-perl through browser ,I see duplicate entries for my directory.But under CGI, I don't see any What might be the reason? I can think of two possibilities. First, you might be adding /usr/local/apache/lib/perl (or where ever your Apache lives +