On Fri, Sep 23, 2011 at 01:36:33AM -0400, shawn wilson wrote: > On Sep 23, 2011 1:00 AM, "Mike McClain" <mike.j...@cox.net> wrote: > > > > On my system @INC doesn't include /usr/share/perl/5.8.8/ > > even though there are nearly 1000 files there. > > Can anybody tell me where @INC is set. > > > > Compile time IIRC.
Run "perl -V" to see what it is set to. > > mike@/deb40a:~/perl> perl -v > > This is perl, v5.8.8 built for i486-linux-gnu-thread-multi Do you have $PERL5LIB or $PERLLIB set? Or something strange like PERL5OPT="-M-lib=/usr/share/perl/5.8.8"? -- Paul Johnson - p...@pjcj.net http://www.pjcj.net -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/