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 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?
>
> -Thanks
> Arun
>
> -Thanks
> Arun

That's because you sig is duplicated :)

startup.pl has no influence for mod_cgi (what you call CGI). Check whether
you have PERL5LIB env var set in the shell...

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://logilune.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


Reply via email to