On Fri, Sep 23, 2011 at 01:36:33AM -0400, shawn wilson wrote: > On Sep 23, 2011 1:00 AM, "Mike McClain" <[email protected]> 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 - [email protected] http://www.pjcj.net -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
